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 Pair
value2
- the second value in the new Pair
IllegalArgumentException
- if either argument is nullCopyright © 2000–2019 BioJava. All rights reserved.