JavaScript is disabled on your browser.
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
org.eclipse.jetty.webapp.ClasspathPattern.ByModule
Constructor Summary
Constructors
Constructor and Description
ByModule ()
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
boolean
add (org.eclipse.jetty.webapp.ClasspathPattern.Entry entry)
java.util.Iterator<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
iterator ()
boolean
remove (java.lang.Object entry)
int
size ()
boolean
test (java.net.URI uri)
Methods inherited from class java.util.HashSet
clear, clone, contains, isEmpty, spliterator
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.function.Predicate
and, isEqual, negate, or
Methods inherited from interface java.util.Set
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream
Methods inherited from interface java.lang.Iterable
forEach
Constructor Detail
ByModule
public ByModule()
Method Detail
size
public int size()
Specified by:
size
in interface java.util.Collection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
Specified by:
size
in interface java.util.Set<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
Overrides:
size
in class java.util.HashSet<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
Copyright © 1995–2023 Webtide . All rights reserved.