com.e_c_group.bwptk.util
Class Pair<L,R>

java.lang.Object
  extended by com.e_c_group.bwptk.util.Pair<L,R>

public class Pair<L,R>
extends java.lang.Object


Constructor Summary
Pair(L left, R right)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 L getLeft()
           
 R getRight()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pair

public Pair(L left,
            R right)
Method Detail

getLeft

public L getLeft()

getRight

public R getRight()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object