Constructor and Description |
---|
CursorList() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Cursor<O> cursor) |
int |
captionAdded(CaptionKind kind,
Cursor<O> cursor)
Returns the number to be used in caption for the
cursor ; must be called. |
void |
clear() |
Cursor<O> |
get(int index) |
java.util.List<java.lang.String> |
getReplacementFailures() |
Cursor<O> |
set(int index,
Cursor<O> cursor) |
int |
size() |
java.util.List<java.util.Map.Entry<java.lang.Integer,java.lang.Integer>> |
snapshotIndexes() |
java.lang.String |
toString() |
CursorList<O> |
updateRanges(CursorList<O> cursors,
Range<O> range) |
add, addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public CursorList<O> updateRanges(CursorList<O> cursors, Range<O> range)
public java.util.List<java.util.Map.Entry<java.lang.Integer,java.lang.Integer>> snapshotIndexes()
public java.util.List<java.lang.String> getReplacementFailures()
public int captionAdded(CaptionKind kind, Cursor<O> cursor)
cursor
; must be called.public int size()
public void clear()
Copyright 2009-2016 Tatjana (Tanja) Kostic