K - the key typeV - the value typepublic static class RelationImpl.RelationBuilderImpl<K,V> extends RelationImpl<K,V> implements Relation.RelationBuilder<K,V>
RelationBuilder interface.RelationImpl.RelationBuilderImpl<K,V>Relation.RelationBuilder<K,V>_key, _value| Constructor and Description |
|---|
RelationBuilderImpl()
Instantiates a new relation builder impl.
|
RelationBuilderImpl(K aKey,
V aValue)
Instantiates a new relation builder impl.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setKey(K aKey)
Sets the key.
|
void |
setValue(V aValue)
Sets the value.
|
getKey, getValue, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitwithKey, withValueCopyright © 2017. All rights reserved.