|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnetscape.ldap.util.LDAPFilterList
public class LDAPFilterList
The list of LDAPFilter objects returned from a LDAPFilterDescriptor Object. Note that this is an enumeration, so if multiple iterations are needed, save the results.
LDAPFilterDescriptor,
LDAPFilter| Constructor Summary | |
|---|---|
LDAPFilterList()
Constructs an LDAPFilterList object. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LDAPFilterList()
| Method Detail |
|---|
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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||