static final class Module.Visited
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private FastCopyHashSet<ClassFilter> |
classFilters |
private FastCopyHashSet<PathFilter> |
filters |
private int |
hashCode |
private Module |
module |
private FastCopyHashSet<PathFilter> |
resourceFilters |
| Constructor and Description |
|---|
Visited(Module module,
FastCopyHashSet<PathFilter> filters,
FastCopyHashSet<ClassFilter> classFilters,
FastCopyHashSet<PathFilter> resourceFilters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Module.Visited other) |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
private final Module module
private final FastCopyHashSet<PathFilter> filters
private final FastCopyHashSet<ClassFilter> classFilters
private final FastCopyHashSet<PathFilter> resourceFilters
private final int hashCode
Visited(Module module, FastCopyHashSet<PathFilter> filters, FastCopyHashSet<ClassFilter> classFilters, FastCopyHashSet<PathFilter> resourceFilters)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic boolean equals(Module.Visited other)