Interface Data

  • All Implemented Interfaces:
    kotlin.collections.Map

    
    public interface Data<T extends Object>
     implements Map<String, Any>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract T copy(Map<String, ?> data)
      Boolean isEmpty()
      Object get(String key)
      Object get(KProperty1<T, ?> key)
      Boolean containsValue(Object value)
      Boolean containsKey(String key)
      abstract Map<String, ?> getData()
      Set<Entry.Map<String, ?>> getEntries()
      Set<String> getKeys()
      Integer getSize()
      Collection<?> getValues()
      • Methods inherited from class kotlin.collections.Map

        forEach, getOrDefault
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait