Class HashMapKey
- java.lang.Object
-
- org.pushingpixels.substance.internal.utils.HashMapKey
-
public class HashMapKey extends Object
Implementation of a key for theLazyResettableHashMap
.
-
-
Constructor Summary
Constructors Constructor Description HashMapKey(Object... fields)
Creates a new key object.
-