Interface ICollectionValue<TItem>

All Superinterfaces:
Iterable<TItem>
All Known Subinterfaces:
ICollection<TItem>, IDictionary<K,V>
All Known Implementing Classes:
ElementHashDictionary, HashDictionary

public interface ICollectionValue<TItem> extends Iterable<TItem>
  • Method Details

    • count

      int count()
    • copyTo

      void copyTo(TItem[] arr, int startIndex)
    • toArray

      TItem[] toArray()