Class ClassMatcher.ByLocation
java.lang.Object
- All Implemented Interfaces:
Serializable, Cloneable, Iterable<ClassMatcher.Entry>, Collection<ClassMatcher.Entry>, Predicate<URI>, Set<ClassMatcher.Entry>
- Enclosing class:
ClassMatcher
public static class ClassMatcher.ByLocation
extends HashSet<ClassMatcher.Entry>
implements Predicate<URI>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class HashSet
add, clear, clone, contains, isEmpty, iterator, newHashSet, remove, size, spliterator, toArray, toArrayMethods inherited from class AbstractSet
equals, hashCode, removeAllMethods inherited from class AbstractCollection
addAll, containsAll, retainAll, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
ByLocation
public ByLocation()
-
-
Method Details
-
test
-