Package org.organicdesign.fp.collections
Class AbstractUnmodIterable<T>
- java.lang.Object
-
- org.organicdesign.fp.collections.AbstractUnmodIterable<T>
-
- All Implemented Interfaces:
java.lang.Iterable<T>,UnmodIterable<T>,Transformable<T>
- Direct Known Subclasses:
AbstractUnmodMap,AbstractUnmodSet,UnmodList.AbstractUnmodList
public abstract class AbstractUnmodIterable<T> extends java.lang.Object implements UnmodIterable<T>
Implements equals and hashCode() methods compatible with all java.util collections (this algorithm is not order-dependent) and toString which takes the name of the sub-class.
-
-
Constructor Summary
Constructors Constructor Description AbstractUnmodIterable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description inthashCode()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.organicdesign.fp.xform.Transformable
toImList, toImMap, toImRrbt, toImSet, toImSortedMap, toImSortedSet, toMutableList, toMutableMap, toMutableRrbt, toMutableSet, toMutableSortedMap, toMutableSortedSet
-
-