Uses of Class
org.apache.commons.lang3.builder.IDKey
Packages that use IDKey
Package
Description
Assists in creating consistent
equals(Object)
, toString()
, hashCode()
, and compareTo(Object)
methods.-
Uses of IDKey in org.apache.commons.lang3.builder
Fields in org.apache.commons.lang3.builder with type parameters of type IDKeyModifier and TypeFieldDescriptionprivate static final ThreadLocal<Set<Pair<IDKey,
IDKey>>> EqualsBuilder.REGISTRY
A registry of objects used by reflection methods to detect cyclical object references and avoid infinite loops.private static final ThreadLocal<Set<Pair<IDKey,
IDKey>>> EqualsBuilder.REGISTRY
A registry of objects used by reflection methods to detect cyclical object references and avoid infinite loops.private static final ThreadLocal<Set<IDKey>>
HashCodeBuilder.REGISTRY
A registry of objects used by reflection methods to detect cyclical object references and avoid infinite loops.Methods in org.apache.commons.lang3.builder that return types with arguments of type IDKeyModifier and TypeMethodDescriptionEqualsBuilder.getRegisterPair
(Object lhs, Object rhs) Converters value pair into a register pair.EqualsBuilder.getRegisterPair
(Object lhs, Object rhs) Converters value pair into a register pair.EqualsBuilder.getRegistry()
Returns the registry of object pairs being traversed by the reflection methods in the current thread.EqualsBuilder.getRegistry()
Returns the registry of object pairs being traversed by the reflection methods in the current thread.HashCodeBuilder.getRegistry()
Returns the registry of objects being traversed by the reflection methods in the current thread.