Uses of Class
org.dizitart.no2.common.meta.Attributes
-
Packages that use Attributes Package Description org.dizitart.no2.common.meta org.dizitart.no2.store -
-
Uses of Attributes in org.dizitart.no2.common.meta
Methods in org.dizitart.no2.common.meta that return Attributes Modifier and Type Method Description AttributesAttributes. set(String key, String value)Adds a key-value pair to the attributes and returns the updatedAttributesobject. -
Uses of Attributes in org.dizitart.no2.store
Methods in org.dizitart.no2.store that return Attributes Modifier and Type Method Description default AttributesNitriteMap. getAttributes()Gets the attributes of this map.Methods in org.dizitart.no2.store with parameters of type Attributes Modifier and Type Method Description default voidNitriteMap. setAttributes(Attributes attributes)Sets the attributes for this map.
-