| Modifier and Type | Method and Description |
|---|---|
static ChiseledMap.OpenOption |
ChiseledMap.OpenOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChiseledMap.OpenOption[] |
ChiseledMap.OpenOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ChiseledMap(File file,
ChiseledMap.OpenOption open,
Comparator<K> comp) |
ChiseledMap(File file,
ChiseledMap.OpenOption open,
Comparator<K> comp,
ChiseledMap.Encoder<K,V> encoder,
ChiseledMap.Decoder<K,V> decoder)
Constructor.
|
Copyright © 2020. All rights reserved.