public abstract class AbstractIndexCursor<V> extends org.apache.directory.api.ldap.model.cursor.AbstractCursor<IndexEntry<V,String>>
| Modifier and Type | Field and Description |
|---|---|
protected static String |
UNSUPPORTED_MSG
The message used for unsupported operations
|
| Constructor and Description |
|---|
AbstractIndexCursor() |
| Modifier and Type | Method and Description |
|---|---|
void |
after(IndexEntry<V,String> element) |
boolean |
available() |
void |
before(IndexEntry<V,String> element) |
protected abstract String |
getUnsupportedMessage()
Gets the message to return for operations that are not supported
|
protected boolean |
setAvailable(boolean available) |
checkNotClosed, close, close, isAfterLast, isBeforeFirst, isClosed, isFirst, isLast, iterator, setClosureMonitor, toStringprotected static final String UNSUPPORTED_MSG
public boolean available()
protected abstract String getUnsupportedMessage()
public void after(IndexEntry<V,String> element) throws org.apache.directory.api.ldap.model.exception.LdapException, org.apache.directory.api.ldap.model.cursor.CursorException
org.apache.directory.api.ldap.model.exception.LdapExceptionorg.apache.directory.api.ldap.model.cursor.CursorExceptionpublic void before(IndexEntry<V,String> element) throws org.apache.directory.api.ldap.model.exception.LdapException, org.apache.directory.api.ldap.model.cursor.CursorException
org.apache.directory.api.ldap.model.exception.LdapExceptionorg.apache.directory.api.ldap.model.cursor.CursorExceptionprotected boolean setAvailable(boolean available)
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.