Package org.openjdk.jmc.common.item
Interface IItemQuery
public interface IItemQuery
-
Method Summary
Modifier and TypeMethodDescriptionCollection<IAggregator<?,
?>> Collection<IAttribute<?>>
IAttribute<?>
-
Method Details
-
getFilter
IItemFilter getFilter() -
getGroupBy
IAttribute<?> getGroupBy() -
getAttributes
Collection<IAttribute<?>> getAttributes() -
getAggregators
Collection<IAggregator<?,?>> getAggregators()
-