public class WildcardMatch.ListWildcard extends AbstractList implements Wildcard<List>
modCount
Constructor and Description |
---|
ListWildcard() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Object |
get(int index) |
List |
getMatch() |
void |
resetMatch() |
int |
size() |
add, add, addAll, clear, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public Object get(int index)
get
in interface List
get
in class AbstractList
public int size()
size
in interface Collection
size
in interface List
size
in class AbstractCollection
public boolean equals(Object o)
equals
in interface Collection
equals
in interface List
equals
in class AbstractList
public void resetMatch()
resetMatch
in interface Wildcard<List>
Copyright © 2011-2021. All Rights Reserved.