Record Class NamedAttributeMap<V>

java.lang.Object
java.lang.Record
org.microbean.qualifier.NamedAttributeMap<V>
All Implemented Interfaces:
Comparable<NamedAttributeMap<V>>, Constable, org.microbean.invoke.ContentHashable

public record NamedAttributeMap<V>(String name, Map<String,V> attributes, Map<String,V> info, Collection<NamedAttributeMap<V>> metadata) extends Record implements Comparable<NamedAttributeMap<V>>, Constable, org.microbean.invoke.ContentHashable