public static enum CollectionWireHandler.Params extends Enum<CollectionWireHandler.Params> implements net.openhft.chronicle.wire.WireKey
| Modifier and Type | Method and Description |
|---|---|
static CollectionWireHandler.Params |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionWireHandler.Params[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CollectionWireHandler.Params key
public static final CollectionWireHandler.Params segment
public static CollectionWireHandler.Params[] values()
for (CollectionWireHandler.Params c : CollectionWireHandler.Params.values()) System.out.println(c);
public static CollectionWireHandler.Params 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 nullCopyright © 2015. All rights reserved.