public interface KeyValueSet<K,T>
Modifier and Type | Interface and Description |
---|---|
static interface |
KeyValueSet.ByteArrays<K> |
static interface |
KeyValueSet.Numbers<K> |
static interface |
KeyValueSet.Objects<K,T extends Serializable> |
static interface |
KeyValueSet.Strings<K> |
Modifier and Type | Method and Description |
---|---|
KeyValueSet<K,T> |
add(K key,
T value) |
byte[][] |
getMappings() |
KeyValueSet<K,T> add(K key, T value)
byte[][] getMappings()
Copyright © 2009–2015. All rights reserved.