public final class NodeAndContext<CallContextType extends ICallContext<?>> extends Object
| Constructor and Description |
|---|
NodeAndContext(AbstractNode n,
CallContextType c)
Constructs a new pair.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Checks whether this object and the given object are equal.
|
CallContextType |
getContext()
Returns the context.
|
AbstractNode |
getNode()
Returns the node.
|
int |
hashCode()
Computes the hash code for this object.
|
String |
toString() |
public NodeAndContext(AbstractNode n, CallContextType c)
public boolean equals(Object obj)
public CallContextType getContext()
public AbstractNode getNode()
public int hashCode()
Copyright © 2012 Aarhus University