public static enum CollectionWireHandler.SetEventId extends Enum<CollectionWireHandler.SetEventId> implements net.openhft.chronicle.wire.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 net.openhft.chronicle.wire.WireKey> |
params() |
static CollectionWireHandler.SetEventId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionWireHandler.SetEventId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CollectionWireHandler.SetEventId size
public static final CollectionWireHandler.SetEventId isEmpty
public static final CollectionWireHandler.SetEventId add
public static final CollectionWireHandler.SetEventId addAll
public static final CollectionWireHandler.SetEventId retainAll
public static final CollectionWireHandler.SetEventId containsAll
public static final CollectionWireHandler.SetEventId removeAll
public static final CollectionWireHandler.SetEventId clear
public static final CollectionWireHandler.SetEventId remove
public static final CollectionWireHandler.SetEventId numberOfSegments
public static final CollectionWireHandler.SetEventId contains
public static final CollectionWireHandler.SetEventId iterator
public static CollectionWireHandler.SetEventId[] values()
for (CollectionWireHandler.SetEventId c : CollectionWireHandler.SetEventId.values()) System.out.println(c);
public static CollectionWireHandler.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 net.openhft.chronicle.wire.WireKey> P[] params()
params in interface net.openhft.chronicle.wire.ParameterizeWireKeyCopyright © 2015. All rights reserved.