Uses of Package
org.jjoost.collections.iters

Packages that use org.jjoost.collections.iters
org.jjoost.collections.iters   
org.jjoost.util   
 

Classes in org.jjoost.collections.iters used by org.jjoost.collections.iters
ArrayIterator
          This class creates an Iterator from the supplied array
ClosableIterator
           
ClosableIteratorWrapper
           
EmptyIterable
          This class creates an Iterable (i.e.
EmptyIterator
          This class creates an Iterable (i.e.
FilteredClosableIterator
           
FilteredIterator
           
HeadIterator
           
MappedIterator
          Given an Iterator object and a function, yields an Iterator representing the result of applying that function to every element of the supplied Iterator
 

Classes in org.jjoost.collections.iters used by org.jjoost.util
ClosableIterator
           
ConcatIterable
          This class can be used to lazily concatenate together zero or more Iterable classes whose elements share a common super type
ConcatIterator
          This class can be used to lazily concatenate together zero or more Iterator classes whose elements share a common super type
DropIterable
           
FilteredClosableIterator
           
FilteredIterable
          Lazily filters the underlying iterator by the supplied filter.
FilteredIterator
           
HeadClosableIterator
           
HeadIterable
           
HeadIterator