public class IndexEnumeration<T> extends Object implements NamingEnumeration<IndexEntry>
| Constructor and Description |
|---|
IndexEnumeration(NamingEnumeration<org.apache.directory.api.ldap.model.cursor.Tuple> list) |
IndexEnumeration(NamingEnumeration<org.apache.directory.api.ldap.model.cursor.Tuple> list,
boolean swapKeyVal) |
IndexEnumeration(NamingEnumeration<org.apache.directory.api.ldap.model.cursor.Tuple> list,
boolean swapKeyVal,
Pattern regex) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasMore() |
boolean |
hasMoreElements() |
IndexEntry |
next() |
IndexEntry |
nextElement() |
public IndexEnumeration(NamingEnumeration<org.apache.directory.api.ldap.model.cursor.Tuple> list) throws NamingException
NamingExceptionpublic IndexEnumeration(NamingEnumeration<org.apache.directory.api.ldap.model.cursor.Tuple> list, boolean swapKeyVal) throws NamingException
NamingExceptionpublic IndexEnumeration(NamingEnumeration<org.apache.directory.api.ldap.model.cursor.Tuple> list, boolean swapKeyVal, Pattern regex) throws NamingException
NamingExceptionpublic IndexEntry next() throws NamingException
next in interface NamingEnumeration<IndexEntry>NamingExceptionNamingEnumeration.next()public IndexEntry nextElement()
nextElement in interface Enumeration<IndexEntry>Enumeration.nextElement()public boolean hasMore()
hasMore in interface NamingEnumeration<IndexEntry>NamingEnumeration.hasMore()public boolean hasMoreElements()
hasMoreElements in interface Enumeration<IndexEntry>Enumeration.hasMoreElements()public void close() throws NamingException
close in interface NamingEnumeration<IndexEntry>NamingExceptionNamingEnumeration.close()Copyright © 2003–2023 The Apache Software Foundation. All rights reserved.