T
- The type of property value.K
- The type of property key.public class Key<T,K> extends Object
Represents a property key of a class of the specified type. An instance of this class is used when getting or setting property of a container.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Returns a value indicating whether this instance is equal to the specified object.
|
int |
hashCode()
Returns a hash code for the instance of the Key class.
|
public boolean equals(Object obj)