public final class Bytes extends Object
Enforces value-semantice for `equals` and `hashCode`.
Bytes(byte[] content)
byte[]
content()
static Bytes
empty()
boolean
equals(Object obj)
int
hashCode()
valueOf(byte[] content)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Bytes(byte[] content)
public static Bytes empty()
public static Bytes valueOf(byte[] content)
public byte[] content()
public boolean equals(Object obj)
equals
Object
public int hashCode()
hashCode
Copyright © 2021. All rights reserved.