-
-
Method Summary
Modifier and Type Method Description final ArrayList<KMutableProperty<?>>gather(Function0<Unit> block)final BooleanhasProp(KProperty<?> p)final UnitremoveProperty(KProperty<?> p)final Objectget(KProperty<?> prop)final <V extends Any> UnitsetValue(Object thisRef, KProperty<?> property, V value)final <V extends Any> VgetValue(Object thisRef, KProperty<?> property)-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, forEach, get, getEntries, getKeys, getOrDefault, getSize, getValues, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll -
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
OrmMap
OrmMap(Integer capacity)
-
-
Method Detail
-
gather
@Synchronized() final ArrayList<KMutableProperty<?>> gather(Function0<Unit> block)
-
removeProperty
final Unit removeProperty(KProperty<?> p)
-
-
-
-