net.mtu.eggplant.dbc
Class CodePointPair

java.lang.Object
  extended bynet.mtu.eggplant.util.Pair
      extended bynet.mtu.eggplant.dbc.CodePointPair

public final class CodePointPair
extends net.mtu.eggplant.util.Pair

Version:
$Revision: 1.4 $

Constructor Summary
CodePointPair(CodePoint one, CodePoint two)
           
 
Method Summary
 CodePoint getCodePointOne()
           
 CodePoint getCodePointTwo()
           
 String toString()
           
 
Methods inherited from class net.mtu.eggplant.util.Pair
equals, getOne, getTwo, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CodePointPair

public CodePointPair(CodePoint one,
                     CodePoint two)
PreConditions
(one != null), (two != null)
Method Detail

getCodePointOne

public CodePoint getCodePointOne()

getCodePointTwo

public CodePoint getCodePointTwo()

toString

public String toString()