net.mtu.eggplant.dbc
Class CodePointPair
java.lang.Object
net.mtu.eggplant.util.Pair
net.mtu.eggplant.dbc.CodePointPair
- public final class CodePointPair
- extends net.mtu.eggplant.util.Pair
- Version:
- $Revision: 1.4 $
Methods inherited from class net.mtu.eggplant.util.Pair |
equals, getOne, getTwo, hashCode |
CodePointPair
public CodePointPair(CodePoint one,
CodePoint two)
- PreConditions
- (one != null), (two != null)
getCodePointOne
public CodePoint getCodePointOne()
getCodePointTwo
public CodePoint getCodePointTwo()
toString
public String toString()