Package dev.zarr.zarrjava.core
Class Attributes
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,Object>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
ConstructorsConstructorDescriptionAttributes(Function<Attributes, Attributes> attributeMapper) Attributes(Map<String, Object> attributes) -
Method Summary
Modifier and TypeMethodDescription<T> T[]getAttributes(String key) booleangetBoolean(String key) boolean[]getBooleanArray(String key) doubledouble[]getDoubleArray(String key) floatfloat[]getFloatArray(String key) intint[]getIntArray(String key) long[]getLongArray(String key) Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
Attributes
public Attributes() -
Attributes
-
Attributes
-
-
Method Details
-
set
-
delete
-
getBoolean
-
getInt
-
getDouble
-
getFloat
-
getString
-
getList
-
getAttributes
-
getArray
- Throws:
ZarrException
-
getIntArray
-
getLongArray
-
getDoubleArray
-
getFloatArray
-
getBooleanArray
-