@FunctionalInterface public interface IntComparator<T> extends Serializable
java.util.Comparator.
This comparator can be used to sort primitive collections, which support indirect sorting,
if a sort order other thant the natural one of the collection elements is required.
This file was automatically generated from template file primitiveComparator.stg.| Modifier and Type | Method and Description |
|---|---|
int |
compare(int value1,
int value2) |
Copyright © 2004–2020. All rights reserved.