org.javimmutable.collections.cursors
Class SequenceCursor<T>
java.lang.Object
org.javimmutable.collections.cursors.SequenceCursor<T>
- All Implemented Interfaces:
- Iterable<T>, Cursor<T>
@Immutable
public abstract class SequenceCursor<T>
- extends Object
- implements Cursor<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SequenceCursor
public SequenceCursor()
of
public static <T> Cursor<T> of(Sequence<T> sequence)
Copyright © 2014 Burton Computer Corporation. All rights reserved.