public static enum SetWireHandler.SetEventId extends Enum<SetWireHandler.SetEventId> implements ParameterizeWireKey
| Enum Constant and Description |
|---|
add |
addAll |
clear |
contains |
containsAll |
isEmpty |
iterator |
numberOfSegments |
remove |
removeAll |
retainAll |
size |
| Modifier and Type | Method and Description |
|---|---|
<P extends WireKey> |
params() |
static SetWireHandler.SetEventId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetWireHandler.SetEventId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfcheckKeys, code, contentEquals, defaultValue, name, typepublic static final SetWireHandler.SetEventId size
public static final SetWireHandler.SetEventId isEmpty
public static final SetWireHandler.SetEventId add
public static final SetWireHandler.SetEventId addAll
public static final SetWireHandler.SetEventId retainAll
public static final SetWireHandler.SetEventId containsAll
public static final SetWireHandler.SetEventId removeAll
public static final SetWireHandler.SetEventId clear
public static final SetWireHandler.SetEventId remove
public static final SetWireHandler.SetEventId numberOfSegments
public static final SetWireHandler.SetEventId contains
public static final SetWireHandler.SetEventId iterator
public static SetWireHandler.SetEventId[] values()
for (SetWireHandler.SetEventId c : SetWireHandler.SetEventId.values()) System.out.println(c);
public static SetWireHandler.SetEventId valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic <P extends WireKey> P[] params()
params in interface ParameterizeWireKeyCopyright © 2015. All rights reserved.