public interface Fields extends DocumentWorkerObject, Iterable<Field>
| Modifier and Type | Method and Description |
|---|---|
Field |
get(String fieldName)
Gets a field object for the specified field.
|
Document |
getDocument()
Returns the document that this collection of fields is associated with.
|
Stream<Field> |
stream()
Returns a sequential
Stream with this field collection as its source. |
getApplicationforEach, iterator, spliterator@Nonnull Field get(String fieldName)
fieldName - the name of the field to access@Nonnull Document getDocument()
Copyright © 2015–2017 Hewlett Packard Enterprise Development LP. All rights reserved.