Uses of Class
org.apache.commons.lang3.builder.IDKey
-
Packages that use IDKey Package Description org.apache.commons.lang3.builder Assists in creating consistentequals(Object)
,toString()
,hashCode()
, andcompareTo(Object)
methods. -
-
Uses of IDKey in org.apache.commons.lang3.builder
Fields in org.apache.commons.lang3.builder with type parameters of type IDKey Modifier and Type Field Description private static java.lang.ThreadLocal<java.util.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 java.lang.ThreadLocal<java.util.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 java.lang.ThreadLocal<java.util.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 IDKey Modifier and Type Method Description (package private) static Pair<IDKey,IDKey>
EqualsBuilder. getRegisterPair(java.lang.Object lhs, java.lang.Object rhs)
Converters value pair into a register pair.(package private) static Pair<IDKey,IDKey>
EqualsBuilder. getRegisterPair(java.lang.Object lhs, java.lang.Object rhs)
Converters value pair into a register pair.(package private) static java.util.Set<Pair<IDKey,IDKey>>
EqualsBuilder. getRegistry()
Returns the registry of object pairs being traversed by the reflection methods in the current thread.(package private) static java.util.Set<Pair<IDKey,IDKey>>
EqualsBuilder. getRegistry()
Returns the registry of object pairs being traversed by the reflection methods in the current thread.(package private) static java.util.Set<IDKey>
HashCodeBuilder. getRegistry()
Returns the registry of objects being traversed by the reflection methods in the current thread.
-