Package com.google.devtools.ksp
Class FileToFilesMap
-
- All Implemented Interfaces:
public final class FileToFilesMap extends PersistentMap<File, Collection<File>>
-
-
Field Summary
Fields Modifier and Type Field Description private final Collection<File>keys
-
Constructor Summary
Constructors Constructor Description FileToFilesMap(File storageFile, IncrementalCompilationContext icContext)
-
Method Summary
Modifier and Type Method Description final Collection<File>getKeys()Collection<File>get(File key)Unitset(File key, Collection<File> value)Unitremove(File key)
-