public class EmptyIndexCursor<K> extends AbstractIndexCursor<K>
UNSUPPORTED_MSG| Constructor and Description |
|---|
EmptyIndexCursor() |
| Modifier and Type | Method and Description |
|---|---|
void |
after(IndexEntry<K,String> element) |
void |
afterLast() |
void |
afterValue(String id,
K indexValue) |
void |
before(IndexEntry<K,String> element) |
void |
beforeFirst() |
void |
beforeValue(String id,
K indexValue) |
void |
close() |
void |
close(Exception cause) |
boolean |
first() |
IndexEntry<K,String> |
get() |
protected String |
getUnsupportedMessage()
Gets the message to return for operations that are not supported
|
boolean |
last() |
boolean |
next() |
boolean |
previous() |
available, setAvailablepublic void before(IndexEntry<K,String> element) throws org.apache.directory.api.ldap.model.exception.LdapException, org.apache.directory.api.ldap.model.cursor.CursorException
before in interface org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<K,String>>before in class AbstractIndexCursor<K>org.apache.directory.api.ldap.model.exception.LdapExceptionorg.apache.directory.api.ldap.model.cursor.CursorExceptionprotected String getUnsupportedMessage()
getUnsupportedMessage in class AbstractIndexCursor<K>public void after(IndexEntry<K,String> element) throws org.apache.directory.api.ldap.model.exception.LdapException, org.apache.directory.api.ldap.model.cursor.CursorException
after in interface org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<K,String>>after in class AbstractIndexCursor<K>org.apache.directory.api.ldap.model.exception.LdapExceptionorg.apache.directory.api.ldap.model.cursor.CursorExceptionpublic void beforeFirst()
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 afterLast()
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 boolean first()
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 boolean last()
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 boolean previous()
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 boolean next()
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 IndexEntry<K,String> get() throws org.apache.directory.api.ldap.model.cursor.CursorException
org.apache.directory.api.ldap.model.cursor.CursorExceptionpublic void close()
close in interface org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<K,String>>close in class org.apache.directory.api.ldap.model.cursor.AbstractCursor<IndexEntry<K,String>>public void close(Exception cause)
close in interface org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<K,String>>close in class org.apache.directory.api.ldap.model.cursor.AbstractCursor<IndexEntry<K,String>>Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.