public class ValueArrayCursor<K,V> extends org.apache.directory.shared.ldap.cursor.AbstractCursor<Tuple<K,V>>
Constructor and Description |
---|
ValueArrayCursor(K key,
List<V> values) |
ValueArrayCursor(K key,
V[] values) |
Modifier and Type | Method and Description |
---|---|
boolean |
absolute(int absolutePosition) |
void |
after(Tuple<K,V> element) |
void |
afterLast() |
boolean |
available() |
void |
before(Tuple<K,V> element) |
void |
beforeFirst() |
boolean |
first() |
Tuple<K,V> |
get() |
boolean |
isAfterLast() |
boolean |
isBeforeFirst() |
boolean |
isElementReused() |
boolean |
isFirst() |
boolean |
isLast() |
boolean |
last() |
boolean |
next() |
boolean |
previous() |
checkNotClosed, close, close, isClosed, iterator, setClosureMonitor
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.