|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjcommon.graph.ObjectVertex
public class ObjectVertex
A representation of an IVertex instance using Objects.
IVertex| Constructor Summary | |
|---|---|
ObjectVertex(Object value)
Instantiates a new instance of ObjectVertex. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
static ObjectVertex |
from(Object value)
Convenience method for instantiating a new ObjectVertex. |
Object |
get()
Retrieves the value that this ObjectVertex represents. |
Object |
getValue()
Retrieves the value that this ObjectVertex represents. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectVertex(Object value)
ObjectVertex.
value - The value which this ObjectVertex will represent.| Method Detail |
|---|
public Object get()
ObjectVertex represents.
Object that this ObjectVertex represents.public Object getValue()
ObjectVertex represents.
Object that this ObjectVertex represents.public boolean equals(Object o)
equals in class ObjectObject.equals(Object)public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class ObjectObject.hashCode()public static ObjectVertex from(Object value)
ObjectVertex.
value - The value which this ObjectVertex will represent.
ObjectVertex.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||