Uses of Class
org.forgerock.opendj.ldap.AbstractEntry
-
Packages that use AbstractEntry Package Description org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes. -
-
Uses of AbstractEntry in org.forgerock.opendj.ldap
Subclasses of AbstractEntry in org.forgerock.opendj.ldap Modifier and Type Class Description class
AbstractMapEntry<M extends Map<AttributeDescription,Attribute>>
Abstract implementation forMap
based entries.static class
Entries.NullEntry
AnEntry
which implements the null object pattern.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.
-