Package io.rtr.alchemy.identities
Class AttributesMap
java.lang.Object
io.rtr.alchemy.identities.AttributesMap
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleanbooleanstatic AttributesMapempty()entrySet()getBoolean(String name) getBoolean(String name, boolean defaultValue) Class<?> booleanisEmpty()keySet()static AttributesMap.Buildervoidintsize()values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Method Details
-
newBuilder
-
empty
-
getString
-
getString
-
getNumber
-
getNumber
-
getBoolean
-
getBoolean
-
getType
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap<String,Object>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,Object>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
filter
-