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