java.lang.Object
org.pushingpixels.radiance.theming.internal.utils.LazyResettableHashMap.Key
org.pushingpixels.radiance.theming.internal.utils.HashMapKey

public class HashMapKey extends LazyResettableHashMap.Key
Implementation of a key for the LazyResettableHashMap.
  • Field Details

    • keyFields

      private Object[] keyFields
      Fields that represent this key object.
  • Constructor Details

    • HashMapKey

      public HashMapKey(Object... fields)
      Creates a new key object.
      Parameters:
      fields - Fields of the key object.
  • Method Details