netscape.ldap.util
Class LDAPIntFilterList

java.lang.Object
  extended by netscape.ldap.util.LDAPIntFilterList

public class LDAPIntFilterList
extends java.lang.Object

Represents an Internal LDAPFilterList object. This is an internal object that should never be instantiated directly by the developer. We store all filters that have the same match pattern here.


Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object