Uses of Class
org.forgerock.opendj.ldap.AbstractMapEntry
-
Packages that use AbstractMapEntry Package Description org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes. -
-
Uses of AbstractMapEntry in org.forgerock.opendj.ldap
Subclasses of AbstractMapEntry in org.forgerock.opendj.ldap Modifier and Type Class Description class
LinkedHashMapEntry
An implementation of theEntry
interface which uses aLinkedHashMap
for storing attributes.class
TreeMapEntry
An implementation of theEntry
interface which uses aTreeMap
for storing attributes.
-