public class IndexAssertionEnumeration extends Object implements NamingEnumeration<IndexEntry>
| Constructor and Description |
|---|
IndexAssertionEnumeration(NamingEnumeration<IndexEntry> underlying,
IndexAssertion assertion) |
IndexAssertionEnumeration(NamingEnumeration<IndexEntry> underlying,
IndexAssertion assertion,
boolean enableDupCheck) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasMore() |
boolean |
hasMoreElements() |
IndexEntry |
next() |
IndexEntry |
nextElement() |
public IndexAssertionEnumeration(NamingEnumeration<IndexEntry> underlying, IndexAssertion assertion) throws NamingException
NamingExceptionpublic IndexAssertionEnumeration(NamingEnumeration<IndexEntry> underlying, IndexAssertion assertion, boolean enableDupCheck) throws NamingException
NamingExceptionpublic IndexEntry nextElement()
nextElement in interface Enumeration<IndexEntry>Enumeration.nextElement()public boolean hasMoreElements()
hasMoreElements in interface Enumeration<IndexEntry>Enumeration.hasMoreElements()public IndexEntry next() throws NamingException
next in interface NamingEnumeration<IndexEntry>NamingExceptionNamingEnumeration.next()public boolean hasMore()
hasMore in interface NamingEnumeration<IndexEntry>NamingEnumeration.hasMore()public void close() throws NamingException
close in interface NamingEnumeration<IndexEntry>NamingExceptionNamingEnumeration.close()Copyright © 2003–2023 The Apache Software Foundation. All rights reserved.