| Package | Description |
|---|---|
| com.threerings.util |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Enum<E>> |
StreamableEnumSet.allOf(Class<E> elementType)
Creates a set containing all elements of the specified type.
|
StreamableEnumSet<E> |
StreamableEnumSet.clone() |
static <E extends Enum<E>> |
StreamableEnumSet.complementOf(StreamableEnumSet<E> s)
Creates a set containing all elements not in the set provided.
|
static <E extends Enum<E>> |
StreamableEnumSet.copyOf(Collection<E> s)
Creates a set containing all elements in the collection provided (which must have at least
one element, unless it is a
StreamableEnumSet). |
static <E extends Enum<E>> |
StreamableEnumSet.copyOf(StreamableEnumSet<E> s)
Creates a set containing all elements in the set provided.
|
static <E extends Enum<E>> |
StreamableEnumSet.noneOf(Class<E> elementType)
Creates an empty set of the specified type.
|
static <E extends Enum<E>> |
StreamableEnumSet.of(E first,
E... rest)
Creates a set consisting of the specified elements.
|
static <E extends Enum<E>> |
StreamableEnumSet.range(E from,
E to)
Creates a set that includes all enum constants in the specified (inclusive) range.
|
| Modifier and Type | Method and Description |
|---|---|
static <E extends Enum<E>> |
StreamableEnumSet.complementOf(StreamableEnumSet<E> s)
Creates a set containing all elements not in the set provided.
|
static <E extends Enum<E>> |
StreamableEnumSet.copyOf(StreamableEnumSet<E> s)
Creates a set containing all elements in the set provided.
|
Copyright © 2015. All rights reserved.