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>,MutList<E>,MutMap<K,V>,MutSet<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.MutHashMap,PersistentHashSet,PersistentHashSet.MutHashSet,PersistentTreeMap,PersistentTreeSet,PersistentVector,PersistentVector.MutVector,RangeOfInt,RrbTree,RrbTree.ImRrbt,RrbTree.MutRrbt,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.
-