org.apache.accumulo.core.util
Class Pair<A,B>

java.lang.Object
  extended by org.apache.accumulo.core.util.Pair<A,B>
Direct Known Subclasses:
IteratorSetting.Column

public class Pair<A,B>
extends Object


Constructor Summary
Pair(A f, B s)
           
 
Method Summary
 boolean equals(Object o)
           
 A getFirst()
           
 B getSecond()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Pair

public Pair(A f,
            B s)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

getFirst

public A getFirst()

getSecond

public B getSecond()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.