Package org.apache.commons.lang3.time
Class FormatCache.ArrayKey
java.lang.Object
org.apache.commons.lang3.time.FormatCache.ArrayKey
- Enclosing class:
- FormatCache<F extends Format>
Helper class to hold multi-part 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 ofMultipartKey
to hold the specified objects.- Parameters:
keys
- the set of objects that make up the key. Each key may be null.
-
-
Method Details