public class Pair<Type1,Type2> extends java.lang.Object
Pair(Type1 t1, Type2 t2)
Type1
getKey()
Type2
getValue()
setValue(Type2 newValue)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(Type1 t1, Type2 t2)
public Type1 getKey()
public Type2 getValue()
public Type2 setValue(Type2 newValue)
Copyright © 2023. All rights reserved.