Uses of Package
org.javimmutable.collections.cursors

Packages that use org.javimmutable.collections.cursors
org.javimmutable.collections.cursors   
org.javimmutable.collections.iocursors   
 

Classes in org.javimmutable.collections.cursors used by org.javimmutable.collections.cursors
AbstractStartCursor
          Base implementation for unstarted Cursor classes.
EmptyStartedCursor
          Cursor implementation intended solely for internal use in the cursors package.
LazyCursor
          Cursor that creates and returns a real Cursor for a specific iterable only when start() or next() is called for the first time.
MultiCursor
          A Cursor that combines multiple Cursors into a single virtual Cursor that visits all values from all Cursors in order.
MultiCursor.Builder
          Builder class to build a MultiCursor from an arbitrary sequence of Cursors.
SingleValueCursor
          A Cursor containing exactly one value to be traversed.
StandardCursor.Source
          Simple interface for classes that can iterate immediately (i.e.
ValueFunction
           
ValueFunctionFactory
           
 

Classes in org.javimmutable.collections.cursors used by org.javimmutable.collections.iocursors
ValueFunction
           
ValueFunctionCursor
          Provides standard Cursor objects for iterating over the values of arbitrary functions.
ValueFunctionFactory
           
 



Copyright © 2014 Burton Computer Corporation. All rights reserved.