Package 

Class OrmMap

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Cloneable , kotlin.collections.Map , kotlin.collections.MutableMap

    
    public final class OrmMap
    extends HashMap<String, Any>
                        

    Created by entaoyang@163.com on 2017/4/20.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      OrmMap(Integer capacity)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final ArrayList<KMutableProperty<?>> gather(Function0<Unit> block)
      final Boolean hasProp(KProperty<?> p)
      final Unit removeProperty(KProperty<?> p)
      final Object get(KProperty<?> prop)
      final <V extends Any> Unit setValue(Object thisRef, KProperty<?> property, V value)
      final <V extends Any> V getValue(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