T
public class Pair<T> extends Object
Pair(T first, T second)
getFirst()
getSecond()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(T first, T second)
first
second
public T getFirst()
public T getSecond()
Copyright © 2017. All rights reserved.