public class VertexWithValue<K,V> extends Object
VertexWithValue(K id, V value)
boolean
equals(Object o)
int
hashCode()
K
id()
String
toString()
V
value()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public VertexWithValue(K id, V value)
public K id()
public V value()
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Copyright © 2020. All rights reserved.