Uses of Class
org.javimmutable.collections.cursors.MultiCursor.Builder

Packages that use MultiCursor.Builder
org.javimmutable.collections.cursors   
 

Uses of MultiCursor.Builder in org.javimmutable.collections.cursors
 

Methods in org.javimmutable.collections.cursors that return MultiCursor.Builder
 MultiCursor.Builder<T> MultiCursor.Builder.add(Cursor<T> cursor)
           
static
<T> MultiCursor.Builder<T>
MultiCursor.builder()
          Creates an object for building a MultiCursor from an arbitrary sequence of Cursors.
 



Copyright © 2014 Burton Computer Corporation. All rights reserved.