public class KeyRecord<K,T> extends Record<T>
stream, value
KeyRecord(K key, T value)
boolean
equals(Object o)
K
getKey()
int
hashCode()
void
setKey(K key)
getStream, getValue, setStream, setValue, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public KeyRecord(K key, T value)
public K getKey()
public void setKey(K key)
public boolean equals(Object o)
equals
Record<T>
public int hashCode()
hashCode
Copyright © 2022. All rights reserved.