K - The generic key's typeV - The generic value's typepublic class RelationImpl<K,V> extends Object implements Relation<K,V>
| Constructor and Description |
|---|
RelationImpl() |
RelationImpl(K aKey,
V aValue)
Constructs a property accessor.
|
public V getValue()
getValue in interface org.refcodes.mixin.ValueAccessor<V>public void setKey(K aKey)
setKey in interface org.refcodes.mixin.KeyAccessor.KeyMutator<K>public void setValue(V aValue)
setValue in interface org.refcodes.mixin.ValueAccessor.ValueMutator<V>Copyright © 2016. All rights reserved.