Uses of Class
org.apache.directory.server.core.partition.impl.btree.IndexEnumeration

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

Uses of IndexEnumeration in org.apache.directory.server.core.partition.impl.btree
 

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

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

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