Class ImmutableByteArray
java.lang.Object
com.xpdustry.nohorny.common.ImmutableByteArray
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]array()static ImmutableByteArraycopyOf(byte[] values) static ImmutableByteArrayempty()booleanbyteget(int index) inthashCode()booleanisEmpty()intlength()stream()toString()static ImmutableByteArraywrap(byte... values)
-
Method Details
-
empty
-
wrap
-
copyOf
-
length
public int length() -
isEmpty
public boolean isEmpty() -
get
public byte get(int index) -
array
public byte[] array() -
stream
-
equals
-
hashCode
-
toString
-