Class ClasspathPattern.ByLocation
java.lang.Object
- All Implemented Interfaces:
Serializable, Cloneable, Iterable<ClasspathPattern.Entry>, Collection<ClasspathPattern.Entry>, Predicate<URI>, Set<ClasspathPattern.Entry>
- Enclosing class:
ClasspathPattern
public static class ClasspathPattern.ByLocation
extends HashSet<ClasspathPattern.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
-