T - the type of items the produced collection will containpublic class SimpleItemCollectionFactory<T> extends Object implements com.google.common.base.Supplier<Collection<Item<T>>>
Supplier that produces ArrayList instances.| Constructor and Description |
|---|
SimpleItemCollectionFactory() |
@Nonnull public Collection<Item<T>> get()
get in interface com.google.common.base.Supplier<Collection<Item<T>>>Copyright © 1999–2016. All rights reserved.