public final class SortedSets extends Object
| Modifier and Type | Field and Description |
|---|---|
static ImmutableSortedSetFactory |
immutable |
static MutableSortedSetFactory |
mutable |
| Modifier and Type | Method and Description |
|---|---|
static <T> MutableSortedSet<T> |
adapt(SortedSet<T> list) |
public static final ImmutableSortedSetFactory immutable
public static final MutableSortedSetFactory mutable
public static <T> MutableSortedSet<T> adapt(SortedSet<T> list)
Copyright © 2004–2022. All rights reserved.