T - public final class Pair<T> extends Object implements Serializable
public Pair(T value1, T value2)
Pair from the specified elements.value1 - the first value in the new Pairvalue2 - the second value in the new PairIllegalArgumentException - if either argument is nullCopyright © 2000–2017 BioJava. All rights reserved.