Uses of Class
org.apache.ldap.server.partition.impl.btree.IndexEnumeration

Packages that use IndexEnumeration
org.apache.ldap.server.partition.impl.btree   
org.apache.ldap.server.partition.impl.btree.jdbm   
 

Uses of IndexEnumeration in org.apache.ldap.server.partition.impl.btree
 

Methods in org.apache.ldap.server.partition.impl.btree that return IndexEnumeration
 IndexEnumeration Index.listReverseIndices(java.math.BigInteger id)
           
 IndexEnumeration Index.listIndices()
           
 IndexEnumeration Index.listIndices(java.lang.Object attrVal)
           
 IndexEnumeration Index.listIndices(java.lang.Object attrVal, boolean isGreaterThan)
           
 IndexEnumeration Index.listIndices(org.apache.regexp.RE regex)
           
 IndexEnumeration Index.listIndices(org.apache.regexp.RE regex, java.lang.String prefix)
           
 

Uses of IndexEnumeration in org.apache.ldap.server.partition.impl.btree.jdbm
 

Methods in org.apache.ldap.server.partition.impl.btree.jdbm that return IndexEnumeration
 IndexEnumeration JdbmIndex.listReverseIndices(java.math.BigInteger id)
           
 IndexEnumeration JdbmIndex.listIndices()
           
 IndexEnumeration JdbmIndex.listIndices(java.lang.Object attrVal)
           
 IndexEnumeration JdbmIndex.listIndices(java.lang.Object attrVal, boolean isGreaterThan)
           
 IndexEnumeration JdbmIndex.listIndices(org.apache.regexp.RE regex)
           
 IndexEnumeration JdbmIndex.listIndices(org.apache.regexp.RE regex, java.lang.String prefix)
           
 



Copyright © 2002-2005 . All Rights Reserved.