Class FileToSymbolsMap

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Collection<File> keys
    • Constructor Summary

      Constructors 
      Constructor Description
      FileToSymbolsMap(File storageFile, IncrementalCompilationContext icContext)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Collection<File> getKeys()
      final Unit add(File file, LookupSymbol symbol)
      Collection<LookupSymbol> get(File key)
      Unit set(File key, Collection<LookupSymbol> symbols)
      Unit remove(File 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