T
- S
- public class Pair<T,S>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
T |
getSourceAtom() |
S |
getTargetAtom() |
void |
setSourceAtom(T first) |
void |
setTargetAtom(S second) |
java.lang.String |
toString() |
public java.lang.String toString()
toString
in class java.lang.Object
public T getSourceAtom()
public void setSourceAtom(T first)
first
- source
- the source to setpublic S getTargetAtom()
public void setTargetAtom(S second)
second
- target
- the target to set