Class MatcherList
java.lang.Object
nl.basjes.parse.useragent.analyze.MatcherList
- All Implemented Interfaces:
Serializable,Iterable<Matcher>,Collection<Matcher>
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanaddAll(Collection<? extends Matcher> collection) voidclear()booleanbooleancontainsAll(Collection<?> collection) booleanisEmpty()iterator()booleanbooleanremoveAll(Collection<?> collection) booleanretainAll(Collection<?> collection) intsize()Object[]toArray()<T> T[]toArray(T[] ts) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream
-
Constructor Details
-
MatcherList
public MatcherList(int newMaxSize)
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceCollection<Matcher>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<Matcher>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<Matcher>
-
add
- Specified by:
addin interfaceCollection<Matcher>
-
iterator
-
toArray
- Specified by:
toArrayin interfaceCollection<Matcher>
-
addAll
- Specified by:
addAllin interfaceCollection<Matcher>
-
remove
- Specified by:
removein interfaceCollection<Matcher>
-
removeAll
- Specified by:
removeAllin interfaceCollection<Matcher>
-
retainAll
- Specified by:
retainAllin interfaceCollection<Matcher>
-
contains
- Specified by:
containsin interfaceCollection<Matcher>
-
containsAll
- Specified by:
containsAllin interfaceCollection<Matcher>
-
toArray
- Specified by:
toArrayin interfaceCollection<Matcher>
-