public static class ArrayTable.Content extends Object
| Modifier and Type | Class and Description |
|---|---|
private static class |
ArrayTable.Content.ArrayEnumerator
Enumerator over a table with more than one column; each element
returned is an array.
|
private static class |
ArrayTable.Content.ObjectEnumerator
Enumerator over a table with a single column; each element
returned is an object.
|
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.collect.ImmutableList<RelCollation> |
collations |
private List<ArrayTable.Column> |
columns |
private int |
size |
| Constructor and Description |
|---|
Content(List<? extends ArrayTable.Column> columns,
int size,
int sortField)
Deprecated.
|
Content(List<? extends ArrayTable.Column> columns,
int size,
Iterable<? extends RelCollation> collations) |
| Modifier and Type | Method and Description |
|---|---|
Enumerator<Object[]> |
arrayEnumerator() |
<T> Enumerator<T> |
enumerator() |
private final List<ArrayTable.Column> columns
private final int size
private final com.google.common.collect.ImmutableList<RelCollation> collations
Content(List<? extends ArrayTable.Column> columns, int size, Iterable<? extends RelCollation> collations)
@Deprecated Content(List<? extends ArrayTable.Column> columns, int size, int sortField)
public <T> Enumerator<T> enumerator()
public Enumerator<Object[]> arrayEnumerator()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.