public class Pair<K,V> extends Object
Pair(K first, V second)
boolean
equals(Object o)
K
getFirst()
getKey()
getLeft()
V
getRight()
getSecond()
getValue()
int
hashCode()
void
setLeft(K left)
setRight(V right)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(K first, V second)
public K getFirst()
public V getSecond()
public K getLeft()
public V getRight()
public void setLeft(K left)
public void setRight(V right)
public K getKey()
public V getValue()
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Copyright © 2022. All rights reserved.