Module swim.util
Package swim.util

Interface Cursor<T>

All Superinterfaces:
Iterator<T>, ListIterator<T>
All Known Subinterfaces:
OrderedMapCursor<K,V>
All Known Implementing Classes:
ValueCursor, ValueEntryCursor, ValueOrderedMapCursor

public interface Cursor<T> extends ListIterator<T>