public interface FieldValues extends DocumentWorkerObject, Iterable<FieldValue>
| Modifier and Type | Method and Description |
|---|---|
Field |
getField()
Returns the field that this collection of field values is associated with.
|
boolean |
isEmpty()
Returns true if there are no field values in this collection.
|
int |
size()
Returns the number of field values in this collection.
|
Stream<FieldValue> |
stream()
Returns a sequential
Stream with this field value collection as its source. |
getApplicationforEach, iterator, spliterator@Nonnull Field getField()
boolean isEmpty()
int size()
@Nonnull Stream<FieldValue> stream()
Stream with this field value collection as its source.Stream over the collection of data valuesCopyright © 2016–2022 EntIT Software LLC, a Micro Focus company. All rights reserved.