public final class StdFieldList extends FixedSizeList implements FieldList
| Constructor and Description |
|---|
StdFieldList(int size)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
Field |
get(int n)
Get the
nth field. |
void |
set(int n,
Field field)
Sets the field at the given index.
|
equals, get0, getOrNull0, hashCode, set0, shrinkToFit, size, toHuman, toHuman, toString, toStringisImmutable, isMutable, setImmutable, throwIfImmutable, throwIfMutablepublic StdFieldList(int size)
null.size - the size of the listCopyright © 2020. All Rights Reserved.