ImmutableSet<E> |
ImmutableSet.Builder.build() |
|
static <E> ImmutableSet<E> |
ImmutableSet.empty() |
|
ImmutableSet<Map.Entry<K,V>> |
ImmutableMap.entrySet() |
|
static <E> ImmutableSet<E> |
ImmutableSet.flattenDeep(Collection<?> collection,
Function<Object,E> mappingFunction) |
|
ImmutableSet<C> |
CheckTable.ArrayCheckTable.getCheckedColumns(R row) |
|
ImmutableSet<C> |
CheckTable.SingleCellCheckTable.getCheckedColumns(R row) |
|
ImmutableSet<E> |
CheckList.BasicCheckList.getCheckedElements() |
|
ImmutableSet<E> |
CheckList.getCheckedElements() |
|
ImmutableSet<E> |
CheckList.TwoElementCheckList.getCheckedElements() |
|
ImmutableSet<R> |
CheckTable.ArrayCheckTable.getCheckedRows(C column) |
|
ImmutableSet<R> |
CheckTable.SingleCellCheckTable.getCheckedRows(C column) |
|
ImmutableSet<C> |
CheckTable.ArrayCheckTable.getColumns() |
|
ImmutableSet<C> |
CheckTable.getColumns() |
|
ImmutableSet<C> |
CheckTable.SingleCellCheckTable.getColumns() |
|
ImmutableSet<C> |
CheckTable.SingleColumnCheckTable.getColumns() |
|
ImmutableSet<C> |
CheckTable.SingleRowCheckTable.getColumns() |
|
ImmutableSet<C> |
CheckTable.TwoColumnCheckTable.getColumns() |
|
ImmutableSet<C> |
CheckTable.ArrayCheckTable.getCompleteColumns() |
|
ImmutableSet<C> |
CheckTable.getCompleteColumns() |
|
ImmutableSet<C> |
CheckTable.SingleCellCheckTable.getCompleteColumns() |
|
ImmutableSet<C> |
CheckTable.SingleColumnCheckTable.getCompleteColumns() |
|
ImmutableSet<C> |
CheckTable.SingleRowCheckTable.getCompleteColumns() |
|
ImmutableSet<C> |
CheckTable.TwoColumnCheckTable.getCompleteColumns() |
|
ImmutableSet<R> |
CheckTable.ArrayCheckTable.getCompleteRows() |
|
ImmutableSet<R> |
CheckTable.getCompleteRows() |
|
ImmutableSet<R> |
CheckTable.SingleCellCheckTable.getCompleteRows() |
|
ImmutableSet<R> |
CheckTable.SingleColumnCheckTable.getCompleteRows() |
|
ImmutableSet<R> |
CheckTable.SingleRowCheckTable.getCompleteRows() |
|
ImmutableSet<R> |
CheckTable.TwoColumnCheckTable.getCompleteRows() |
|
ImmutableSet<E> |
CheckList.BasicCheckList.getElements() |
|
ImmutableSet<E> |
CheckList.getElements() |
|
ImmutableSet<E> |
CheckList.TwoElementCheckList.getElements() |
|
ImmutableSet<C> |
CheckTable.ArrayCheckTable.getNonEmptyColumns() |
|
ImmutableSet<R> |
CheckTable.ArrayCheckTable.getNonEmptyRows() |
|
ImmutableSet<R> |
CheckTable.ArrayCheckTable.getRows() |
|
ImmutableSet<R> |
CheckTable.getRows() |
|
ImmutableSet<R> |
CheckTable.SingleCellCheckTable.getRows() |
|
ImmutableSet<R> |
CheckTable.SingleColumnCheckTable.getRows() |
|
ImmutableSet<R> |
CheckTable.SingleRowCheckTable.getRows() |
|
ImmutableSet<R> |
CheckTable.TwoColumnCheckTable.getRows() |
|
ImmutableSet<E> |
CheckList.BasicCheckList.getUncheckedElements() |
|
ImmutableSet<E> |
CheckList.getUncheckedElements() |
|
ImmutableSet<E> |
CheckList.TwoElementCheckList.getUncheckedElements() |
|
ImmutableSet<E> |
ImmutableSet.intersection(Set<E> other) |
|
ImmutableSet<K> |
ImmutableMap.keySet() |
|
static <C,E> ImmutableSet<E> |
ImmutableSet.map(Collection<C> collection,
Function<C,E> mappingFunction) |
|
<O> ImmutableSet<O> |
ImmutableSet.map(Function<E,O> mappingFunction) |
|
<O> ImmutableSet<O> |
ImmutableSet.mapFlat(Function<E,Collection<O>> mappingFunction) |
|
ImmutableSet<E> |
ImmutableSet.matching(Predicate<E> predicate) |
|
static <E> ImmutableSet<E> |
ImmutableSet.of(E e) |
|
static <E> ImmutableSet<E> |
ImmutableSet.of(E e1,
E e2) |
|
static <E> ImmutableSet<E> |
ImmutableSet.of(E e,
E... more) |
|
static <E> ImmutableSet<E> |
ImmutableSet.of(Iterable<E> iterable) |
|
static <E> ImmutableSet<E> |
ImmutableSet.of(Collection<E> collection) |
|
static <E> ImmutableSet<E> |
ImmutableSet.of(Set<E> set) |
|
static <E> ImmutableSet<E> |
ImmutableSet.of(Set<E> set,
E other) |
|
static <E> ImmutableSet<E> |
ImmutableSet.ofArray(E... array) |
|
static <E> ImmutableSet<E> |
ImmutableSet.ofNonNull(E e1,
E e2) |
|
ImmutableSet<E> |
ImmutableSet.with(E other) |
|
ImmutableSet<E> |
ImmutableSet.with(E... other) |
|
ImmutableSet<E> |
ImmutableSet.with(Collection<E> other) |
|
ImmutableSet<E> |
ImmutableSet.without(E other) |
|
ImmutableSet<E> |
ImmutableSet.without(Collection<E> other) |
|
default ImmutableSet<E> |
ImmutableSet.withoutMatching(Predicate<E> predicate) |
|