Class FormatCache.MultipartKey
java.lang.Object
org.apache.logging.log4j.core.util.datetime.FormatCache.MultipartKey
- Enclosing class:
FormatCache<F extends Format>
Helper class to hold multi-part Map keys
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMultipartKey
(Object... keys) Constructs an instance ofMultipartKey
to hold the specified objects. -
Method Summary
-
Field Details
-
keys
-
hashCode
private int hashCode
-
-
Constructor Details
-
MultipartKey
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