org.javimmutable.collections.cursors
Class MultiCursor.Builder<T>

java.lang.Object
  extended by org.javimmutable.collections.cursors.MultiCursor.Builder<T>
Type Parameters:
T -
Enclosing class:
MultiCursor<T>

public static class MultiCursor.Builder<T>
extends Object

Builder class to build a MultiCursor from an arbitrary sequence of Cursors. Cursors will be visited in the same order that add() is called.


Method Summary
 MultiCursor.Builder<T> add(Cursor<T> cursor)
           
 MultiCursor<T> build()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public MultiCursor.Builder<T> add(Cursor<T> cursor)

build

public MultiCursor<T> build()


Copyright © 2014 Burton Computer Corporation. All rights reserved.