public class PairwiseIOHolder<Input extends java.lang.Comparable<Input>,Output> extends java.lang.Object
PairwiseIOHolder()
protected void
addPair(Input container, Output out)
Output
getOutput(Input container)
java.util.Map<Input,Output>
getPairMap()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PairwiseIOHolder()
protected final void addPair(Input container, Output out)
public final Output getOutput(Input container)
public final java.util.Map<Input,Output> getPairMap()