Class FormatCache.MultipartKey

java.lang.Object
org.sqlite.date.FormatCache.MultipartKey
Enclosing class:
FormatCache<F extends Format>

private static class FormatCache.MultipartKey extends Object
Helper class to hold multi-part Map keys
  • Field Details

    • keys

      private final Object[] keys
    • hashCode

      private int hashCode
  • Constructor Details

    • MultipartKey

      public MultipartKey(Object... keys)
      Constructs an instance of MultipartKey to hold the specified objects.
      Parameters:
      keys - the set of objects that make up the key. Each key may be null.
  • Method Details