JavaScript is disabled on your browser.
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
org.eclipse.jetty.webapp.ClasspathPattern.ByLocationOrModule
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
boolean
add (org.eclipse.jetty.webapp.ClasspathPattern.Entry entry)
void
clear ()
java.util.Iterator<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
iterator ()
boolean
remove (java.lang.Object o)
int
size ()
boolean
test (java.net.URI name)
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, 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, contains, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream
Methods inherited from interface java.lang.Iterable
forEach
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>
Specified by:
size
in class java.util.AbstractCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
clear
public void clear()
Specified by:
clear
in interface java.util.Collection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
Specified by:
clear
in interface java.util.Set<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
Overrides:
clear
in class java.util.AbstractCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
Copyright © 1995–2023 Webtide . All rights reserved.