Package org.jfxcore.gradle.compiler
Class Compiler.CompilationUnitCollection
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<File,List<Compiler.CompilationUnit>>
org.jfxcore.gradle.compiler.Compiler.CompilationUnitCollection
- All Implemented Interfaces:
Serializable,Cloneable,Map<File,List<Compiler.CompilationUnit>>
- Enclosing class:
- Compiler
public static final class Compiler.CompilationUnitCollection
extends HashMap<File,List<Compiler.CompilationUnit>>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
CompilationUnitCollection
public CompilationUnitCollection()
-
-
Method Details
-
getMarkupFiles
-
getJavaFiles
-
getClassFiles
-