Package ion.SyncCollections
Interface ICollectionValue<TItem>
- All Superinterfaces:
Iterable<TItem>
- All Known Subinterfaces:
ICollection<TItem>,IDictionary<K,V>
- All Known Implementing Classes:
ElementHashDictionary,HashDictionary
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
count
int count() -
copyTo
-
toArray
TItem[] toArray()
-