Uses of Class
org.forgerock.opendj.ldap.TreeMapEntry
-
Packages that use TreeMapEntry Package Description org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes. -
-
Uses of TreeMapEntry in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return TreeMapEntry Modifier and Type Method Description static TreeMapEntry
TreeMapEntry. deepCopyOfEntry(Entry entry)
Creates an entry having the same distinguished name, attributes, and object classes of the provided entry.static TreeMapEntry
TreeMapEntry. shallowCopyOfEntry(Entry entry)
Creates an entry having the same distinguished name, attributes, and object classes of the provided entry.
-