public final class ExcludedVariables extends AbstractList<Variable>
modCount| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
Variable element) |
void |
clear() |
boolean |
contains(Object item)
Determines whether the specified variable is excluded.
|
Variable |
get(int index) |
Variable |
remove(int index) |
Variable |
set(int index,
Variable item) |
int |
size() |
add, addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subListaddAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic void add(int index,
Variable element)
public Variable remove(int index)
public void clear()
clear in interface Collection<Variable>clear in interface List<Variable>clear in class AbstractList<Variable>public boolean contains(Object item)
contains in interface Collection<Variable>contains in interface List<Variable>contains in class AbstractCollection<Variable>item - The variable.true if the specified variable is excluded; otherwise, false.public Variable get(int index)
public int size()
size in interface Collection<Variable>size in interface List<Variable>size in class AbstractCollection<Variable>Copyright © 2021. All rights reserved.