| Package | Description |
|---|---|
| com.h3c.util.codec |
| Modifier and Type | Method and Description |
|---|---|
static Algorithm |
Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Algorithm[] |
Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EntropicStringSetCodec |
CodecFactory.createEntropicStringSetCodec(Set<String> originals,
Algorithm a)
Creates and returns an entropic string codec instance.
|
static StringSetCodec |
CodecFactory.createStringSetCodec(Set<String> originals,
Algorithm a)
Creates and returns a string codec instance.
|
Copyright © 2014. All Rights Reserved.