public class ConditionalList extends ArrayList<Conditional<?>> implements Copyable<ConditionalList>
modCount
Constructor and Description |
---|
ConditionalList() |
ConditionalList(Collection<? extends Conditional<?>> c) |
ConditionalList(ConditionalList conditionals) |
Modifier and Type | Method and Description |
---|---|
ConditionalList |
copy() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public ConditionalList()
public ConditionalList(Collection<? extends Conditional<?>> c)
public ConditionalList(ConditionalList conditionals)
public ConditionalList copy()
copy
in interface Copyable<ConditionalList>
Copyright © 2021. All rights reserved.