public final class SortedSetIterables
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static <T> int |
compare(com.gs.collections.api.set.sorted.SortedSetIterable<T> setA,
com.gs.collections.api.set.sorted.SortedSetIterable<T> setB) |
static <T> com.gs.collections.api.set.sorted.ImmutableSortedSet<com.gs.collections.api.set.sorted.ImmutableSortedSet<T>> |
immutablePowerSet(java.util.SortedSet<T> set)
Returns an Immutable version of powerset where the inner sets are also immutable.
|
static <T> com.gs.collections.api.set.sorted.MutableSortedSet<com.gs.collections.api.set.sorted.MutableSortedSet<T>> |
powerSet(java.util.SortedSet<T> set) |
public static <T> com.gs.collections.api.set.sorted.MutableSortedSet<com.gs.collections.api.set.sorted.MutableSortedSet<T>> powerSet(java.util.SortedSet<T> set)
public static <T> com.gs.collections.api.set.sorted.ImmutableSortedSet<com.gs.collections.api.set.sorted.ImmutableSortedSet<T>> immutablePowerSet(java.util.SortedSet<T> set)
public static <T> int compare(com.gs.collections.api.set.sorted.SortedSetIterable<T> setA,
com.gs.collections.api.set.sorted.SortedSetIterable<T> setB)