public class LDAPFilterList
extends java.lang.Object
implements java.util.Enumeration
LDAPFilterDescriptor,
LDAPFilter| Constructor and Description |
|---|
LDAPFilterList()
Constructs an LDAPFilterList object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements()
Returns true if there are any LDAPFilter objects to returned.
|
LDAPFilter |
next()
Returns the next LDAPFilter
|
java.lang.Object |
nextElement()
Returns the next LDAPFilter as an Object.
|
int |
numFilters()
Return the number of filters in the filter list.
|
public LDAPFilterList()
public boolean hasMoreElements()
hasMoreElements in interface java.util.Enumerationpublic java.lang.Object nextElement()
nextElement in interface java.util.Enumerationnext()public LDAPFilter next()
public int numFilters()