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