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 recordMethods in org.microbean.attributes that return AttributesModifier and TypeMethodDescriptionstatic final AttributesReturns anAttributescomprising the supplied arguments.static final AttributesReturns anAttributescomprising the supplied arguments.static final AttributesAttributes.of(String name, List<Attributes> attributes) Returns anAttributescomprising the supplied arguments.static final AttributesAttributes.of(String name, Map<String, Value<?>> values, Map<String, Value<?>> notes, Map<String, List<Attributes>> attributes) Returns anAttributescomprising the supplied arguments.static final AttributesAttributes.of(String name, Attributes... attributes) Returns anAttributescomprising 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 aListofAttributesassociated with thisAttributesdirectly, or an emptyListif there is no suchList.final List<Attributes> Attributes.attributes(String key) Returns aListofAttributesassociated with the suppliedkey, or an emptyListif there is no suchList.Map<String, List<Attributes>> Attributes.attributesMap()Returns the value of theattributesMaprecord component.final Optional<DynamicConstantDesc<Attributes>> Attributes.describeConstable()Methods in org.microbean.attributes with parameters of type AttributesModifier and TypeMethodDescriptionfinal intAttributes.compareTo(Attributes other) static final AttributesAttributes.of(String name, Attributes... attributes) Returns anAttributescomprising the supplied arguments.Method parameters in org.microbean.attributes with type arguments of type AttributesModifier and TypeMethodDescriptionstatic final AttributesAttributes.of(String name, List<Attributes> attributes) Returns anAttributescomprising the supplied arguments.