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