- Type Parameters:
K- The key's typeV- The value's type
- All Superinterfaces:
org.refcodes.mixin.KeyAccessor<K>,org.refcodes.mixin.KeyAccessor.KeyBuilder<K,,Relation.RelationBuilder<K, V>> org.refcodes.mixin.KeyAccessor.KeyMutator<K>,org.refcodes.mixin.KeyAccessor.KeyProperty<K>,Relation<K,,V> org.refcodes.mixin.ValueAccessor<V>,org.refcodes.mixin.ValueAccessor.ValueBuilder<V,,Relation.RelationBuilder<K, V>> org.refcodes.mixin.ValueAccessor.ValueMutator<V>,org.refcodes.mixin.ValueAccessor.ValueProperty<V>
- All Known Subinterfaces:
Attribute.AttributeBuilder,Property.PropertyBuilder
- All Known Implementing Classes:
AttributeImpl.AttributeBuilderImpl,PropertyImpl.PropertyBuilderImpl,RelationImpl.RelationBuilderImpl
public static interface Relation.RelationBuilder<K,V>
extends org.refcodes.mixin.KeyAccessor.KeyProperty<K>, org.refcodes.mixin.ValueAccessor.ValueProperty<V>, Relation<K,V>, org.refcodes.mixin.KeyAccessor.KeyBuilder<K,Relation.RelationBuilder<K,V>>, org.refcodes.mixin.ValueAccessor.ValueBuilder<V,Relation.RelationBuilder<K,V>>
Adds builder functionality to a
Relation.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.refcodes.mixin.KeyAccessor
org.refcodes.mixin.KeyAccessor.KeyBuilder<K extends Object,B extends org.refcodes.mixin.KeyAccessor.KeyBuilder<K, B>>, org.refcodes.mixin.KeyAccessor.KeyMutator<K extends Object>, org.refcodes.mixin.KeyAccessor.KeyProperty<K extends Object> Nested classes/interfaces inherited from interface org.refcodes.struct.Relation
Relation.RelationBuilder<K,V> Nested classes/interfaces inherited from interface org.refcodes.mixin.ValueAccessor
org.refcodes.mixin.ValueAccessor.ValueBuilder<V extends Object,B extends org.refcodes.mixin.ValueAccessor.ValueBuilder<V, B>>, org.refcodes.mixin.ValueAccessor.ValueMutator<V extends Object>, org.refcodes.mixin.ValueAccessor.ValueProperty<V extends Object> -
Method Summary
Modifier and TypeMethodDescriptiondefault Relation.RelationBuilder<K,V> With key.default Relation.RelationBuilder<K,V> With value.Methods inherited from interface org.refcodes.mixin.KeyAccessor
getKeyMethods inherited from interface org.refcodes.mixin.KeyAccessor.KeyMutator
setKeyMethods inherited from interface org.refcodes.mixin.KeyAccessor.KeyProperty
letKeyMethods inherited from interface org.refcodes.mixin.ValueAccessor
getValue, getValueOrMethods inherited from interface org.refcodes.mixin.ValueAccessor.ValueMutator
setValueMethods inherited from interface org.refcodes.mixin.ValueAccessor.ValueProperty
letValue
-
Method Details
-
withKey
With key. -
withValue
With value.
-