Uses of Interface
org.refcodes.struct.Relation.RelationBuilder
-
-
Uses of Relation.RelationBuilder in org.refcodes.struct
Subinterfaces of Relation.RelationBuilder in org.refcodes.struct Modifier and Type Interface Description static interfaceAttribute.AttributeBuilderAdds builder functionality to anAttribute.static interfaceProperty.PropertyBuilderAdds builder functionality to aProperty.Classes in org.refcodes.struct that implement Relation.RelationBuilder Modifier and Type Class Description static classAttributeImpl.AttributeBuilderImplImplementation of theProperty.PropertyBuilderinterface.static classPropertyImpl.PropertyBuilderImplImplementation of theProperty.PropertyBuilderinterface.static classRelationImpl.RelationBuilderImpl<K,V>Implementation of theRelation.RelationBuilderinterface.Methods in org.refcodes.struct that return Relation.RelationBuilder Modifier and Type Method Description default Relation.RelationBuilder<K,V>Relation.RelationBuilder. withKey(K aKey)With key.default Relation.RelationBuilder<K,V>Relation.RelationBuilder. withValue(V aValue)With value.
-