Class WildcardMatch.ListWildcard
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
org.benf.cfr.reader.bytecode.analysis.parse.wildcard.WildcardMatch.ListWildcard
- All Implemented Interfaces:
Iterable, Collection, List, SequencedCollection, Wildcard<List>
- Enclosing class:
WildcardMatch
-
Field Summary
FieldsFields inherited from class AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractList
add, add, addAll, clear, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListMethods inherited from class AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface List
addAll, addFirst, addLast, contains, containsAll, getFirst, getLast, isEmpty, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, sort, spliterator, toArray, toArray
-
Field Details
-
matchedValue
-
-
Constructor Details
-
ListWildcard
public ListWildcard()
-
-
Method Details
-
get
- Specified by:
getin interfaceList- Specified by:
getin classAbstractList
-
size
public int size()- Specified by:
sizein interfaceCollection- Specified by:
sizein interfaceList- Specified by:
sizein classAbstractCollection
-
equals
- Specified by:
equalsin interfaceCollection- Specified by:
equalsin interfaceList- Overrides:
equalsin classAbstractList
-
getMatch
-
resetMatch
public void resetMatch()- Specified by:
resetMatchin interfaceWildcard<List>
-