Class HashMapKey

java.lang.Object
org.pushingpixels.substance.internal.utils.HashMapKey

public class HashMapKey extends Object
Implementation of a key for the LazyResettableHashMap.
  • Constructor Details

    • HashMapKey

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