Class PersistentMap

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      PersistentMap(File storageFile, KeyDescriptor<K> keyDescriptor, AppendableDataExternalizer<V> valueExternalizer, IncrementalCompilationContext icContext)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract V get(K key)
      abstract Unit set(K key, V value)
      abstract Unit remove(K key)
      • Methods inherited from class org.jetbrains.kotlin.incremental.storage.BasicMap

        clean, close, closeForTest, dump, flush
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PersistentMap

        PersistentMap(File storageFile, KeyDescriptor<K> keyDescriptor, AppendableDataExternalizer<V> valueExternalizer, IncrementalCompilationContext icContext)