final class TruthSeriesImpl extends ArrayList<Boolean> implements com.metaring.framework.type.series.TruthSeries
| Modifier and Type | Field and Description |
|---|---|
private org.apache.calcite.linq4j.Enumerable<Boolean> |
internalEnumerable |
private static long |
serialVersionUID |
modCount| Constructor and Description |
|---|
TruthSeriesImpl(Iterable<Boolean> iterable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Boolean e) |
void |
add(int index,
Boolean element) |
boolean |
addAll(Boolean[] array) |
boolean |
addAll(Collection<? extends Boolean> c) |
boolean |
addAll(org.apache.calcite.linq4j.Enumerable<Boolean> enumerable) |
boolean |
addAll(int index,
Collection<? extends Boolean> c) |
org.apache.calcite.linq4j.Enumerable<Boolean> |
asEnumerable() |
boolean |
containsAll(Boolean[] array) |
boolean |
containsAll(org.apache.calcite.linq4j.Enumerable<Boolean> enumerable) |
private void |
recreateEnumerable() |
Boolean |
remove(int index) |
boolean |
remove(Object o) |
boolean |
removeAll(Boolean[] array) |
boolean |
removeAll(Collection<?> c) |
boolean |
removeAll(org.apache.calcite.linq4j.Enumerable<Boolean> enumerable) |
boolean |
removeIf(Predicate<? super Boolean> filter) |
void |
replaceAll(UnaryOperator<Boolean> operator) |
boolean |
retainAll(Boolean[] array) |
boolean |
retainAll(Collection<?> c) |
boolean |
retainAll(org.apache.calcite.linq4j.Enumerable<Boolean> enumerable) |
Boolean[] |
toArray() |
String |
toJson() |
clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeRange, set, size, sort, spliterator, subList, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitclear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, set, size, sort, spliterator, subList, toArrayparallelStream, streamprivate static final long serialVersionUID
private org.apache.calcite.linq4j.Enumerable<Boolean> internalEnumerable
public String toJson()
toJson in interface com.metaring.framework.CoreTypepublic Boolean[] toArray()
public org.apache.calcite.linq4j.Enumerable<Boolean> asEnumerable()
asEnumerable in interface com.metaring.framework.type.series.TruthSeriespublic boolean addAll(org.apache.calcite.linq4j.Enumerable<Boolean> enumerable)
addAll in interface com.metaring.framework.type.series.TruthSeriespublic boolean containsAll(org.apache.calcite.linq4j.Enumerable<Boolean> enumerable)
containsAll in interface com.metaring.framework.type.series.TruthSeriespublic boolean removeAll(org.apache.calcite.linq4j.Enumerable<Boolean> enumerable)
removeAll in interface com.metaring.framework.type.series.TruthSeriespublic boolean retainAll(org.apache.calcite.linq4j.Enumerable<Boolean> enumerable)
retainAll in interface com.metaring.framework.type.series.TruthSeriespublic boolean addAll(Boolean[] array)
addAll in interface com.metaring.framework.type.series.TruthSeriespublic boolean containsAll(Boolean[] array)
containsAll in interface com.metaring.framework.type.series.TruthSeriespublic boolean removeAll(Boolean[] array)
removeAll in interface com.metaring.framework.type.series.TruthSeriespublic boolean retainAll(Boolean[] array)
retainAll in interface com.metaring.framework.type.series.TruthSeriesprivate void recreateEnumerable()
public boolean add(Boolean e)
public void add(int index,
Boolean element)
public boolean addAll(Collection<? extends Boolean> c)
public boolean addAll(int index,
Collection<? extends Boolean> c)
public boolean remove(Object o)
public Boolean remove(int index)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public void replaceAll(UnaryOperator<Boolean> operator)
replaceAll in interface List<Boolean>replaceAll in class ArrayList<Boolean>Copyright © 2019. All rights reserved.