Package ion.SyncCollections
Interface ICollectionValue<TItem>
-
- All Superinterfaces:
java.lang.Iterable<TItem>
- All Known Subinterfaces:
ICollection<TItem>,IDictionary<K,V>
- All Known Implementing Classes:
ElementHashDictionary,HashDictionary
public interface ICollectionValue<TItem> extends java.lang.Iterable<TItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcopyTo(TItem[] arr, int startIndex)intcount()TItem[]toArray()
-