|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexEnumeration | |
org.apache.ldap.server.db | |
org.apache.ldap.server.db.jdbm |
Uses of IndexEnumeration in org.apache.ldap.server.db |
Methods in org.apache.ldap.server.db that return IndexEnumeration | |
IndexEnumeration |
Index.listReverseIndices(java.math.BigInteger id)
TODO Document me! |
IndexEnumeration |
Index.listIndices()
TODO Document me! |
IndexEnumeration |
Index.listIndices(java.lang.Object attrVal)
TODO Document me! |
IndexEnumeration |
Index.listIndices(java.lang.Object attrVal,
boolean isGreaterThan)
TODO Document me! |
IndexEnumeration |
Index.listIndices(org.apache.regexp.RE regex)
TODO Document me! |
IndexEnumeration |
Index.listIndices(org.apache.regexp.RE regex,
java.lang.String prefix)
TODO Document me! |
Uses of IndexEnumeration in org.apache.ldap.server.db.jdbm |
Methods in org.apache.ldap.server.db.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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |