Package org.organicdesign.fp.collections
Interface Sized
-
- All Known Subinterfaces:
BaseList<E>,BaseMap<K,V>,BaseSet<E>,BaseUnsortedMap<K,V>,ImList<E>,ImMap<K,V>,ImSet<E>,ImSortedMap<K,V>,ImSortedSet<E>,MutableList<E>,MutableMap<K,V>,MutableSet<E>,UnmodCollection<E>,UnmodList<E>,UnmodMap<K,V>,UnmodSet<E>,UnmodSortedCollection<E>,UnmodSortedMap<K,V>,UnmodSortedSet<E>
- All Known Implementing Classes:
AbstractUnmodMap,AbstractUnmodSet,PersistentHashMap,PersistentHashMap.MutableHashMap,PersistentHashSet,PersistentHashSet.MutableHashSet,PersistentTreeMap,PersistentTreeSet,PersistentVector,PersistentVector.MutableVector,RangeOfInt,RrbTree,RrbTree.ImRrbt,RrbTree.MutableRrbt,UnmodList.AbstractUnmodList
public interface Sized
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intsize()Returns the number of items in this collection or iterable.
-