public class DbAggregate extends AbstractList<Object> implements Serializable, RandomAccess
| Modifier and Type | Class and Description |
|---|---|
static class |
DbAggregate.Kind |
modCount| Constructor and Description |
|---|
DbAggregate(DbAggregate.Kind kind,
String typeName,
List<Object> elements) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int index) |
List<Object> |
getElements() |
DbAggregate.Kind |
getKind() |
String |
getTypeName()
This can either be the type's name or the item type name.
|
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliteratorparallelStream, removeIf, streampublic DbAggregate(DbAggregate.Kind kind, String typeName, List<Object> elements)
public DbAggregate.Kind getKind()
public String getTypeName()
public Object get(int index)
public int size()
size in interface Collection<Object>size in interface List<Object>size in class AbstractCollection<Object>public Object[] toArray()
toArray in interface Collection<Object>toArray in interface List<Object>toArray in class AbstractCollection<Object>public <T> T[] toArray(T[] a)
toArray in interface Collection<Object>toArray in interface List<Object>toArray in class AbstractCollection<Object>Copyright © 2022. All rights reserved.