Package | Description |
---|---|
org.apache.commons.lang3.builder |
Assists in creating consistent
equals(Object) , toString() , hashCode() , and compareTo(Object) methods. |
Modifier and Type | Field and Description |
---|---|
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.
|
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.
|
Modifier and Type | Method and 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<IDKey> |
HashCodeBuilder.getRegistry()
Returns the registry of objects 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<Pair<IDKey,IDKey>> |
EqualsBuilder.getRegistry()
Returns the registry of object pairs being traversed by the reflection
methods in the current thread.
|