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