public abstract class AbstractHasKeyObject<K> extends Object implements HasKey<K>
protected K
key
AbstractHasKeyObject(K key)
boolean
equals(Object o)
K
getKey()
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
protected K key
public AbstractHasKeyObject(K key)
public K getKey()
getKey
HasKey<K>
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.