Class MutablePropertyMap<O>
java.lang.Object
dev.engine.core.property.MutablePropertyMap<O>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleancontains(PropertyKey<O, ?> key) <T> Tget(PropertyKey<O, T> key) Set<PropertyKey<O, ?>> Set<PropertyKey<O, ?>> keys()voidremove(PropertyKey<O, ?> key) <T> voidset(PropertyKey<O, T> key, T value) snapshot()
-
Constructor Details
-
MutablePropertyMap
public MutablePropertyMap()
-
-
Method Details
-
get
-
set
-
remove
-
contains
-
keys
-
getChanges
-
clearChanges
public void clearChanges() -
snapshot
-