@FunctionalInterface public interface CharComparator 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(char value1,
char value2) |
Copyright © 2004–2023. All rights reserved.