@FunctionalInterface
public interface ByteComparator
extends java.util.Comparator
Modifier and Type | Method and Description |
---|---|
int |
compare(byte k1,
byte k2) |
default int |
compare(java.lang.Byte ok1,
java.lang.Byte ok2)
Deprecated.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.