Class PairOutputs<A,B>

java.lang.Object
org.apache.lucene.util.fst.Outputs<PairOutputs.Pair<A,B>>
org.apache.lucene.util.fst.PairOutputs<A,B>

public class PairOutputs<A,B> extends Outputs<PairOutputs.Pair<A,B>>
An FST Outputs implementation, holding two other outputs.
WARNING: This API is experimental and might change in incompatible ways in the next release.