gate.util
Class Pair

java.lang.Object
  extended bygate.util.Pair
All Implemented Interfaces:
Serializable

public class Pair
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 Object first
           
 Object second
           
(package private) static long serialVersionUID
           
 
Constructor Summary
Pair()
           
Pair(Object p0, Object p1)
           
Pair(Pair p0)
           
 
Method Summary
 Object clone()
           
 boolean equals(Object p0)
           
 boolean equals(Pair p0)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

first

public Object first

second

public Object second

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

Pair

public Pair(Object p0,
            Object p1)

Pair

public Pair()

Pair

public Pair(Pair p0)
Method Detail

hashCode

public int hashCode()

toString

public String toString()

equals

public boolean equals(Object p0)

equals

public boolean equals(Pair p0)

clone

public Object clone()