public class ByteAssociation<T>
public final T
first
public final Array<byte>
second
ByteAssociation(T first, Array<byte> second)
boolean
equals(Object o)
int
hashCode()
String
toString()
static <T> ByteAssociation<T>
create(T first, Array<byte> bytes)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
boolean equals(Object o)
int hashCode()
String toString()
static <T> ByteAssociation<T> create(T first, Array<byte> bytes)