org.apache.lucene.util.fst
Class PairOutputs.Pair<A,B>

java.lang.Object
  extended by org.apache.lucene.util.fst.PairOutputs.Pair<A,B>
Enclosing class:
PairOutputs<A,B>

public static class PairOutputs.Pair<A,B>
extends Object


Field Summary
 A output1
           
 B output2
           
 
Constructor Summary
PairOutputs.Pair(A output1, B output2)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

output1

public final A output1

output2

public final B output2
Constructor Detail

PairOutputs.Pair

public PairOutputs.Pair(A output1,
                        B output2)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.