edu.uci.ics.jung.graph.util
Class Context<G,E>
java.lang.Object
edu.uci.ics.jung.graph.util.Context<G,E>
public class Context<G,E>
- extends Object
A class that is used to link together a graph element and a specific graph.
Provides appropriate implementations of hashCode
and equals
.
graph
public G graph
element
public E element
Context
public Context()
getInstance
public static <G,E> Context<G,E> getInstance(G graph,
E element)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
Copyright © 2008 null. All Rights Reserved.