public final class SortedSetIterables extends 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(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(SortedSet<T> set) |
public static <T> com.gs.collections.api.set.sorted.MutableSortedSet<com.gs.collections.api.set.sorted.MutableSortedSet<T>> powerSet(SortedSet<T> set)
public static <T> com.gs.collections.api.set.sorted.ImmutableSortedSet<com.gs.collections.api.set.sorted.ImmutableSortedSet<T>> immutablePowerSet(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)
Copyright © 2004–2016. All rights reserved.