Package org.sqlite.date
Class FormatCache.MultipartKey
java.lang.Object
org.sqlite.date.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