| Modifier and Type | Interface | Description |
|---|---|---|
interface |
Fields<T> |
A
Fields stores an attribute consisting of a key (name) and an array
of values. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
FieldImpl<T> |
|
class |
FieldsImpl<T> |
| Modifier and Type | Method | Description |
|---|---|---|
Set<Field<? extends T>> |
Record.toFieldSet() |
|
Set<Field<? extends T>> |
RecordImpl.toFieldSet() |
| Constructor | Description |
|---|---|
RecordImpl(Field<? extends T>... aFields) |
Constructs the
RecordImpl instance configured with the provided
Field instances. |
| Constructor | Description |
|---|---|
RecordImpl(List<Field<T>> aFields) |
Constructs a record with the given items.
|
Copyright © 2018. All rights reserved.