public static enum Stream.LAIO extends java.lang.Enum<Stream.LAIO>
Enum Constant and Description |
---|
CACHED |
GROUP_BY |
GROUP_BY_TO_ENTRY |
HEAD_AND_TAILL |
HEADD |
PARTITION_BY |
PARTITION_BY_TO_ENTRY |
REVERSE_SORTED |
REVERSED |
ROTATED |
SHUFFLED |
SORTED |
SORTED_BY |
TAILL |
Modifier and Type | Method and Description |
---|---|
static Stream.LAIO |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Stream.LAIO[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Stream.LAIO SORTED
public static final Stream.LAIO SORTED_BY
public static final Stream.LAIO REVERSE_SORTED
public static final Stream.LAIO CACHED
public static final Stream.LAIO REVERSED
public static final Stream.LAIO SHUFFLED
public static final Stream.LAIO ROTATED
public static final Stream.LAIO GROUP_BY
public static final Stream.LAIO GROUP_BY_TO_ENTRY
public static final Stream.LAIO PARTITION_BY
public static final Stream.LAIO PARTITION_BY_TO_ENTRY
public static final Stream.LAIO HEADD
public static final Stream.LAIO TAILL
public static final Stream.LAIO HEAD_AND_TAILL
public static Stream.LAIO[] values()
for (Stream.LAIO c : Stream.LAIO.values()) System.out.println(c);
public static Stream.LAIO valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null