Interface TIterable<T>

All Known Subinterfaces:
TBlockingQueue<E>, TCollection<E>, TDeque<E>, TList<E>, TNavigableSet<E>, TQueue<E>, TSet<E>, TSortedSet<E>
All Known Implementing Classes:
TAbstractCollection, TAbstractList, TAbstractQueue, TAbstractSequentialList, TAbstractSet, TArrayBlockingQueue, TArrayDeque, TArrayList, THashSet, TLinkedBlockingDeque, TLinkedHashSet, TLinkedList, TPriorityQueue, TServiceLoader, TSetFromMap, TStack, TTreeSet, TVector

public interface TIterable<T>
  • Method Details