Uses of Interface
org.openjdk.jmc.common.item.IItemCollection
- 
Packages that use IItemCollection Package Description org.openjdk.jmc.common.item This package contains theIItemdata model. - 
- 
Uses of IItemCollection in org.openjdk.jmc.common.item
Fields in org.openjdk.jmc.common.item declared as IItemCollection Modifier and Type Field Description static IItemCollectionItemCollectionToolkit. EMPTYMethods in org.openjdk.jmc.common.item that return IItemCollection Modifier and Type Method Description IItemCollectionIItemCollection. apply(IItemFilter filter)Creates a new item collection with all items in this collection that pass through the filter.static IItemCollectionItemCollectionToolkit. build(Supplier<Stream<IItemIterable>> items)static IItemCollectionItemCollectionToolkit. build(Supplier<Stream<IItemIterable>> items, Set<IRange<IQuantity>> chunkRanges)static IItemCollectionItemCollectionToolkit. build(Stream<? extends IItem> items)static IItemCollectionItemCollectionToolkit. filterIfNotNull(IItemCollection items, IItemFilter filter)static IItemCollectionItemCollectionToolkit. merge(Supplier<Stream<IItemCollection>> items)Methods in org.openjdk.jmc.common.item with parameters of type IItemCollection Modifier and Type Method Description static Iterable<IItem>ItemToolkit. asIterable(IItemCollection items)Deprecated.static IItemCollectionItemCollectionToolkit. filterIfNotNull(IItemCollection items, IItemFilter filter)static StringItemCollectionToolkit. getDescription(IItemCollection items)static <T> TItemToolkit. getFirstFound(IItemCollection items, IAttribute<T> attribute)Returns the value of the event first encountered with the attribute.static <V> Optional<IItemIterable>ItemCollectionToolkit. join(IItemCollection items, String withTypeId)Method parameters in org.openjdk.jmc.common.item with type arguments of type IItemCollection Modifier and Type Method Description static IItemCollectionItemCollectionToolkit. merge(Supplier<Stream<IItemCollection>> items) 
 -