Interface MutableData

  • All Implemented Interfaces:
    kotlin.collections.Map

    
    public interface MutableData
     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 Map<String, ?> data()
      abstract Unit with(Map<String, ?> data)
      Boolean isEmpty()
      Object get(String key)
      Boolean containsValue(Object value)
      Boolean containsKey(String key)
      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