Package | Description |
---|---|
org.openjdk.jmc.common.item |
This package contains the
IItem data model. |
Modifier and Type | Method and Description |
---|---|
IItemCollection |
IItemCollection.apply(IItemFilter filter)
Creates a new item collection with all items in this collection that pass through the filter.
|
Modifier and Type | Method and Description |
---|---|
static Iterable<IItem> |
ItemToolkit.asIterable(IItemCollection items)
Deprecated.
|
static <T> T |
ItemToolkit.getFirstFound(IItemCollection items,
IAttribute<T> attribute)
Returns the value of the event first encountered with the attribute.
|
Copyright © 2019. All rights reserved.