- java.lang.Object
-
- org.apache.lucene.util.fst.PairOutputs.Pair<A,B>
-
- Enclosing class:
- PairOutputs<A,B>
public static class PairOutputs.Pair<A,B>
extends java.lang.Object
Holds a single pair of two outputs.
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
Field Detail
-
output1
public final A output1
-
output2
public final B output2
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.