public class CollectionUtils extends Object
| Constructor and Description |
|---|
CollectionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> boolean |
isSorted(Collection<T> collection,
Comparator<T> comparator) |
public static <T> boolean isSorted(Collection<T> collection, Comparator<T> comparator)
Copyright © 2022 The Apache Software Foundation. All rights reserved.