Class HashMapKey
- 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 theLazyResettableHashMap
.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Object[]
keyFields
Fields that represent this key object.
-
Constructor Summary
Constructors Constructor Description HashMapKey(java.lang.Object... fields)
Creates a new key object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
-