| Modifier and Type | Method and Description |
|---|---|
default void |
clear()
For all the
FieldId, set their value to null |
default void |
clear(TagId tag)
For all the
FieldId tagged with the specified TagId, set their value to null |
<T> T |
get(DslId fieldId) |
default List<FieldId> |
getFieldIds() |
List<FieldInfo> |
getFieldInfos() |
default FieldInfo |
info(FieldId id) |
Stream<Map.Entry<FieldId,Object>> |
parallelStream()
return a parallel
Stream with all key-value pairs |
<T> void |
set(FieldId fieldId,
T value) |
default void |
setAll(FieldModel source)
Copy all the values for the
FieldModel source |
Spliterator<Map.Entry<FieldId,Object>> |
spliterator() |
Stream<Map.Entry<FieldId,Object>> |
stream()
return a sequential
Stream with all key-value pairs |
<T> T get(DslId fieldId)
<T> void set(FieldId fieldId, T value)
fieldId - the FieldId to updatevalue - the new FieldId valueStream<Map.Entry<FieldId,Object>> stream()
Stream with all key-value pairsSpliterator<Map.Entry<FieldId,Object>> spliterator()
spliterator in interface Iterable<Map.Entry<FieldId,Object>>Stream<Map.Entry<FieldId,Object>> parallelStream()
Stream with all key-value pairsList<FieldInfo> getFieldInfos()
FieldInfo FieldInfo for all this model FieldIddefault void setAll(FieldModel source)
FieldModel sourcesource - the source field modeldefault void clear()
FieldId, set their value to nulldefault void clear(TagId tag)
FieldId tagged with the specified TagId, set their value to nullCopyright © 2017. All rights reserved.