public class HashtableNode<K,V> extends Object
HashtableNode(K key, V value)
void
add(V value)
boolean
equals(Object obj)
K
getKey()
List<V>
getValues()
int
hashCode()
setValues(List<V> values)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public HashtableNode(K key, V value)
public void add(V value)
public List<V> getValues()
public void setValues(List<V> values)
public K getKey()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
Copyright © 2018 Terra Software Informatics LLC.. All rights reserved.