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 classAbstractMapEntry<M extends Map<AttributeDescription,Attribute>>Abstract implementation forMapbased entries.static classEntries.NullEntryAnEntrywhich implements the null object pattern.classLinkedHashMapEntryAn implementation of theEntryinterface which uses aLinkedHashMapfor storing attributes.classTreeMapEntryAn implementation of theEntryinterface which uses aTreeMapfor storing attributes.
-