public class Record<T> extends Object implements Serializable
protected String
stream
protected T
value
Record(T value)
boolean
equals(Object o)
String
getStream()
T
getValue()
int
hashCode()
void
setStream(String stream)
setValue(T value)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
protected transient String stream
protected T value
public Record(T value)
public T getValue()
public void setValue(T value)
public String getStream()
public void setStream(String stream)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2021. All rights reserved.