public class Pair<K,V> extends Object
protected boolean
canEqual(Object other)
boolean
equals(Object o)
K
getKey()
Integer
getRepeatSize()
V
getValue()
int
hashCode()
static <K,V> Pair<K,V>
of(K key, V value)
void
setRepeatSize(Integer repeatSize)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public static <K,V> Pair<K,V> of(K key, V value)
public K getKey()
public V getValue()
public Integer getRepeatSize()
public void setRepeatSize(Integer repeatSize)
public boolean equals(Object o)
equals
Object
protected boolean canEqual(Object other)
public int hashCode()
hashCode
Copyright © 2023. All rights reserved.