Interface PrometheusEncrypted.PrometheusDataInfoSetCtl<T extends PrometheusEncrypted.PrometheusDataInfoItemCtl>
- Type Parameters:
T- the infoType
- All Superinterfaces:
Iterable<T>
- All Known Implementing Classes:
PrometheusDataInfoSet
- Enclosing interface:
PrometheusEncrypted
public static interface PrometheusEncrypted.PrometheusDataInfoSetCtl<T extends PrometheusEncrypted.PrometheusDataInfoItemCtl>
extends Iterable<T>
Interface for an infoSet.
-
Method Summary
Modifier and TypeMethodDescriptionfieldChanged(PrometheusDataInfoClass pInfoClass) Determine whether a particular field has changed in this edit view.booleanisEmpty()Is the infoSet empty?Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
isEmpty
boolean isEmpty()Is the infoSet empty?- Returns:
- true/false.
-
fieldChanged
Determine whether a particular field has changed in this edit view.- Parameters:
pInfoClass- the class to test- Returns:
true/false
-