net.shibboleth.metadata
Class SimpleItemCollectionFactory<ItemType extends Item>
java.lang.Object
net.shibboleth.metadata.SimpleItemCollectionFactory<ItemType>
- Type Parameters:
ItemType - the type of items the produced collection will contain
- All Implemented Interfaces:
- com.google.common.base.Supplier<Collection<ItemType>>
public class SimpleItemCollectionFactory<ItemType extends Item>
- extends Object
- implements com.google.common.base.Supplier<Collection<ItemType>>
Implementation Supplier that produces ArrayList instances.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleItemCollectionFactory
public SimpleItemCollectionFactory()
get
@Nonnull
public Collection<ItemType> get()
-
- Specified by:
get in interface com.google.common.base.Supplier<Collection<ItemType extends Item>>
Copyright © 1999-2012. All Rights Reserved.