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