Package | Description |
---|---|
org.openjdk.jmc.common.item |
This package contains the
IItem 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.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Iterator<? extends IItemIterable> |
ItemToolkit.ItemIterator.typeIter |
Modifier and Type | Method and Description |
---|---|
IItemIterable |
IItemIterable.apply(IPredicate<IItem> predicate)
Creates a new item iterable with all items in this iterable that pass through the filter.
|
Constructor and Description |
---|
ItemIterator(java.util.Iterator<? extends IItemIterable> items) |
Modifier and Type | Class and Description |
---|---|
private static class |
EventCollection.EventTypeEntry |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<IItemIterable> |
EventCollection.iterator() |
Modifier and Type | Method and Description |
---|---|
private static <V,C extends IItemConsumer<C>> |
EventCollection.aggregate(IAggregator<V,C> aggregator,
java.util.Iterator<? extends IItemIterable> items) |
Modifier and Type | Class and Description |
---|---|
private static class |
SingleEntryItemCollection.SingleEntryIItemIterable |
Modifier and Type | Field and Description |
---|---|
private static IItemIterable |
SingleEntryItemCollection.NULLITERABLE |
Modifier and Type | Method and Description |
---|---|
IItemIterable |
SingleEntryItemCollection.SingleEntryIItemIterable.apply(IPredicate<IItem> predicate) |
IItemIterable |
SingleEntryItemCollection.SingleEntryIteratorOfIterable.next() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<IItemIterable> |
SingleEntryItemCollection.iterator() |