Interface PrometheusData.PrometheusGroupedItemCtl
- Enclosing interface:
PrometheusData
public static interface PrometheusData.PrometheusGroupedItemCtl
Interface for a grouped item.
-
Method Summary
Modifier and TypeMethodDescriptionObtain the child iterator.booleanisChild()Is the item a child.
-
Method Details
-
isChild
boolean isChild()Is the item a child.- Returns:
- true/false
-
childIterator
Iterator<PrometheusData.PrometheusDataItemCtl> childIterator()Obtain the child iterator.- Returns:
- the iterator
-