org.javimmutable.collections.cursors
Class MultiCursor.Builder<T>
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
add
public MultiCursor.Builder<T> add(Cursor<T> cursor)
build
public MultiCursor<T> build()
Copyright © 2014 Burton Computer Corporation. All rights reserved.