@Beta @SequentialOnly @Stateful public static class NoCachingNoUpdating.DisposableByteArray extends Object implements NoCachingNoUpdating, Cloneable
clone()/copy()
.NoCachingNoUpdating.DisposableArray<T>, NoCachingNoUpdating.DisposableBooleanArray, NoCachingNoUpdating.DisposableByteArray, NoCachingNoUpdating.DisposableCharArray, NoCachingNoUpdating.DisposableDeque<T>, NoCachingNoUpdating.DisposableDoubleArray, NoCachingNoUpdating.DisposableEntry<K,V>, NoCachingNoUpdating.DisposableFloatArray, NoCachingNoUpdating.DisposableIntArray, NoCachingNoUpdating.DisposableLongArray, NoCachingNoUpdating.DisposableObjArray, NoCachingNoUpdating.DisposableShortArray
Modifier and Type | Method and Description |
---|---|
void |
accept(Consumer<? super byte[]> action) |
<R> R |
apply(Function<? super byte[],R> func) |
double |
average() |
Byte[] |
box() |
byte[] |
clone() |
byte |
get(int index) |
String |
join(String delimiter) |
int |
length() |
byte |
max() |
byte |
min() |
int |
sum() |
ByteList |
toList() |
String |
toString() |
static NoCachingNoUpdating.DisposableByteArray |
wrap(byte[] a) |
public static NoCachingNoUpdating.DisposableByteArray wrap(byte[] a)
a
- public byte get(int index)
index
- public int length()
public Byte[] box()
public ByteList toList()
public int sum()
public double average()
public byte min()
public byte max()
public <R> R apply(Function<? super byte[],R> func)
R
- func
- public void accept(Consumer<? super byte[]> action)
action
- Copyright © 2020. All rights reserved.