Uses of Class
org.jboss.modules.FastCopyHashSet
Packages that use FastCopyHashSet
-
Uses of FastCopyHashSet in org.jboss.modules
Fields in org.jboss.modules declared as FastCopyHashSetModifier and TypeFieldDescriptionprivate final FastCopyHashSet
<ClassFilter> Module.Visited.classFilters
private static final FastCopyHashSet
<ClassFilter> Module.EMPTY_CLASS_FILTERS
private static final FastCopyHashSet
<PathFilter> Module.EMPTY_PATH_FILTERS
private final FastCopyHashSet
<PathFilter> Module.Visited.filters
private final FastCopyHashSet
<PathFilter> Module.Visited.resourceFilters
Methods in org.jboss.modules that return FastCopyHashSetMethods in org.jboss.modules with parameters of type FastCopyHashSetModifier and TypeMethodDescriptionprivate long
Module.addExportedPaths
(Dependency[] dependencies, Map<String, List<LocalLoader>> map, FastCopyHashSet<PathFilter> filterStack, FastCopyHashSet<ClassFilter> classFilterStack, FastCopyHashSet<PathFilter> resourceFilterStack, Set<Module.Visited> visited) private long
Module.addPaths
(Dependency[] dependencies, Map<String, List<LocalLoader>> map, FastCopyHashSet<PathFilter> filterStack, FastCopyHashSet<ClassFilter> classFilterStack, FastCopyHashSet<PathFilter> resourceFilterStack, Set<Module.Visited> visited) private static void
DependencyTreeViewer.print
(PrintWriter out, String prefix, DependencySpec spec, FastCopyHashSet<ModuleIdentifier> visited, boolean last, File... roots) private static void
DependencyTreeViewer.print
(PrintWriter out, String prefix, ModuleIdentifier identifier, FastCopyHashSet<ModuleIdentifier> visited, File... roots) private static void
DependencyTreeViewer.print
(PrintWriter out, String prefix, ModuleSpec spec, FastCopyHashSet<ModuleIdentifier> visited, File... roots) Constructors in org.jboss.modules with parameters of type FastCopyHashSetModifierConstructorDescription(package private)
Visited
(Module module, FastCopyHashSet<PathFilter> filters, FastCopyHashSet<ClassFilter> classFilters, FastCopyHashSet<PathFilter> resourceFilters)