A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
getIterator(type) — Static method in class com.ericfeminella.utils.iterators.IteratorFactory
Static method which handles Iterator instantiation based on static constants defined in IteratorTypes:

As a best practice, use a constant defined by IteratorTypes:

  • IteratorTypes.OBJECT_ITERATOR;
  • IteratorTypes.ARRAY_ITERATOR;
  • IteratorTypes.COLLECTION_ITERATOR;

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z