Uses of Record Class
org.microbean.attributes.Attributes
-
Uses of Attributes in org.microbean.attributes
Classes in org.microbean.attributes that implement interfaces with type arguments of type AttributesModifier and TypeClassDescriptionfinal record
Methods in org.microbean.attributes that return AttributesModifier and TypeMethodDescriptionstatic final Attributes
Returns anAttributes
comprising the supplied arguments.static final Attributes
Returns anAttributes
comprising the supplied arguments.static final Attributes
Attributes.of
(String name, List<Attributes> attributes) Returns anAttributes
comprising the supplied arguments.static final Attributes
Attributes.of
(String name, Map<String, Value<?>> values, Map<String, Value<?>> notes, Map<String, List<Attributes>> attributes) Returns anAttributes
comprising the supplied arguments.static final Attributes
Attributes.of
(String name, Attributes... attributes) Returns anAttributes
comprising the supplied arguments.Methods in org.microbean.attributes that return types with arguments of type AttributesModifier and TypeMethodDescriptionAttributed.attributes()
final List
<Attributes> Attributes.attributes()
Returns aList
ofAttributes
associated with thisAttributes
directly, or an emptyList
if there is no suchList
.final List
<Attributes> Attributes.attributes
(String key) Returns aList
ofAttributes
associated with the suppliedkey
, or an emptyList
if there is no suchList
.Attributes.attributesMap()
Returns the value of theattributesMap
record component.final Optional
<DynamicConstantDesc<Attributes>> Attributes.describeConstable()
Methods in org.microbean.attributes with parameters of type AttributesModifier and TypeMethodDescriptionfinal int
Attributes.compareTo
(Attributes other) static final Attributes
Attributes.of
(String name, Attributes... attributes) Returns anAttributes
comprising the supplied arguments.Method parameters in org.microbean.attributes with type arguments of type AttributesModifier and TypeMethodDescriptionstatic final Attributes
Attributes.of
(String name, List<Attributes> attributes) Returns anAttributes
comprising the supplied arguments.