V1
V2
public class Pair<V1,V2> extends Object
Pair(V1 key, V2 value)
boolean
equals(Object obj)
getValue1()
getValue2()
int
hashCode()
void
setValue1(V1 value)
setValue2(V2 value)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(V1 key, V2 value)
public V1 getValue1()
public void setValue1(V1 value)
public V2 getValue2()
public void setValue2(V2 value)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2019–2021 HCL. All rights reserved.