Class ClassMatcher.ByClass
java.lang.Object
- All Implemented Interfaces:
Serializable, Cloneable, Iterable<ClassMatcher.Entry>, Collection<ClassMatcher.Entry>, Predicate<String>, Set<ClassMatcher.Entry>
- Enclosing class:
ClassMatcher
public static class ClassMatcher.ByClass
extends HashSet<ClassMatcher.Entry>
implements Predicate<String>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanadd(ClassMatcher.Entry entry) iterator()booleanintsize()booleanMethods inherited from class HashSet
clear, clone, contains, isEmpty, newHashSet, 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
-
ByClass
public ByClass()
-
-
Method Details
-
test
-
iterator
- Specified by:
iteratorin interfaceCollection<ClassMatcher.Entry>- Specified by:
iteratorin interfaceIterable<ClassMatcher.Entry>- Specified by:
iteratorin interfaceSet<ClassMatcher.Entry>- Overrides:
iteratorin classHashSet<ClassMatcher.Entry>
-
size
public int size()- Specified by:
sizein interfaceCollection<ClassMatcher.Entry>- Specified by:
sizein interfaceSet<ClassMatcher.Entry>- Overrides:
sizein classHashSet<ClassMatcher.Entry>
-
add
- Specified by:
addin interfaceCollection<ClassMatcher.Entry>- Specified by:
addin interfaceSet<ClassMatcher.Entry>- Overrides:
addin classHashSet<ClassMatcher.Entry>
-
remove
- Specified by:
removein interfaceCollection<ClassMatcher.Entry>- Specified by:
removein interfaceSet<ClassMatcher.Entry>- Overrides:
removein classHashSet<ClassMatcher.Entry>
-