Package org.apache.commons.lang3.time
Class AbstractFormatCache.ArrayKey
java.lang.Object
org.apache.commons.lang3.time.AbstractFormatCache.ArrayKey
- Enclosing class:
AbstractFormatCache<F extends Format>
Helper class to hold multipart Map keys as arrays.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static int
computeHashCode
(Object[] keys) boolean
int
hashCode()
-
Field Details
-
keys
-
hashCode
private final int hashCode
-
-
Constructor Details
-
ArrayKey
ArrayKey(Object... keys) Constructs an instance ofinvalid reference
MultipartKey
- Parameters:
keys
- the set of objects that make up the key. Each key may be null.
-
-
Method Details