public static final class BytesTransformer.SortTransformer extends Object implements BytesTransformer
ComparatorBytesTransformer.BitWiseOperatorTransformer, BytesTransformer.ConcatTransformer, BytesTransformer.NegateTransformer, BytesTransformer.ReverseTransformer, BytesTransformer.ShiftTransformer, BytesTransformer.ShuffleTransformer, BytesTransformer.SortTransformer| Constructor and Description |
|---|
SortTransformer() |
SortTransformer(Comparator<Byte> comparator) |
| Modifier and Type | Method and Description |
|---|---|
Bytes |
transform(Bytes victim,
boolean inPlace)
Transform given victim in place, overwriting its internal byte array
|
public SortTransformer()
public SortTransformer(Comparator<Byte> comparator)
public Bytes transform(Bytes victim, boolean inPlace)
BytesTransformertransform in interface BytesTransformervictim - to preform the transformation oninPlace - perform the operations directly on the victim's byte array to omit copying of the internal arrayCopyright © 2017. All rights reserved.