Uses of Interface
org.openjdk.jmc.common.item.IItemIterable
-
Packages that use IItemIterable Package Description org.openjdk.jmc.common.item This package contains theIItem
data model.org.openjdk.jmc.flightrecorder org.openjdk.jmc.flightrecorder.rules.jdk.util This package contains helper classes that will be moved in a later release. -
-
Uses of IItemIterable in org.openjdk.jmc.common.item
Fields in org.openjdk.jmc.common.item with type parameters of type IItemIterable Modifier and Type Field Description private java.util.Iterator<? extends IItemIterable>
ItemToolkit.ItemIterator. typeIter
Methods in org.openjdk.jmc.common.item that return IItemIterable Modifier and Type Method Description IItemIterable
IItemIterable. apply(IPredicate<IItem> predicate)
Creates a new item iterable with all items in this iterable that pass through the filter.Constructor parameters in org.openjdk.jmc.common.item with type arguments of type IItemIterable Constructor Description ItemIterator(java.util.Iterator<? extends IItemIterable> items)
-
Uses of IItemIterable in org.openjdk.jmc.flightrecorder
Classes in org.openjdk.jmc.flightrecorder that implement IItemIterable Modifier and Type Class Description private static class
EventCollection.EventTypeEntry
Methods in org.openjdk.jmc.flightrecorder that return types with arguments of type IItemIterable Modifier and Type Method Description java.util.Iterator<IItemIterable>
EventCollection. iterator()
Method parameters in org.openjdk.jmc.flightrecorder with type arguments of type IItemIterable Modifier and Type Method Description private static <V,C extends IItemConsumer<C>>
VEventCollection. aggregate(IAggregator<V,C> aggregator, java.util.Iterator<? extends IItemIterable> items)
-
Uses of IItemIterable in org.openjdk.jmc.flightrecorder.rules.jdk.util
Classes in org.openjdk.jmc.flightrecorder.rules.jdk.util that implement IItemIterable Modifier and Type Class Description private static class
SingleEntryItemCollection.SingleEntryIItemIterable
Fields in org.openjdk.jmc.flightrecorder.rules.jdk.util declared as IItemIterable Modifier and Type Field Description private static IItemIterable
SingleEntryItemCollection. NULLITERABLE
Methods in org.openjdk.jmc.flightrecorder.rules.jdk.util that return IItemIterable Modifier and Type Method Description IItemIterable
SingleEntryItemCollection.SingleEntryIItemIterable. apply(IPredicate<IItem> predicate)
IItemIterable
SingleEntryItemCollection.SingleEntryIteratorOfIterable. next()
Methods in org.openjdk.jmc.flightrecorder.rules.jdk.util that return types with arguments of type IItemIterable Modifier and Type Method Description java.util.Iterator<IItemIterable>
SingleEntryItemCollection. iterator()
-