public final class CollectionUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static <K,V> SortedMap<K,V> |
emptySortedMap()
Returns an empty, immutable, serializable sorted map.
|
static <E> SortedSet<E> |
emptySortedSet()
Returns an empty, immutable, serializable sorted set.
|
public static <E> SortedSet<E> emptySortedSet()
E - the element typepublic static <K,V> SortedMap<K,V> emptySortedMap()
K - the key typeV - the value typeCopyright © 2024. All rights reserved.