Interface TIterable<T>

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

public interface TIterable<T>
  • Method Details