K - The type of the key to be used.KeyAccessor.KeyProperty<K>public interface KeyAccessor<K>
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
KeyAccessor.KeyBuilder<K,B extends KeyAccessor.KeyBuilder<K,B>> |
Provides a builder method for a key property returning the builder for
applying multiple build operations.
|
static interface |
KeyAccessor.KeyMutator<K> |
Provides a mutator for a key property for e.g. key/value-pair.
|
static interface |
KeyAccessor.KeyProperty<K> |
Provides a key property for e.g. key/value-pair.
|
| Modifier and Type | Method | Description |
|---|---|---|
K |
getKey() |
Retrieves the key from the key property.
|
K getKey()
Copyright © 2018. All rights reserved.