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:
- ItemCollectionFactory<ItemType>
public class SimpleItemCollectionFactory<ItemType extends Item>
- extends Object
- implements ItemCollectionFactory<ItemType>
Implementation ItemCollectionFactory 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()
newCollection
public Collection<ItemType> newCollection()
- Creates the
Collection.
- Specified by:
newCollection in interface ItemCollectionFactory<ItemType extends Item>
- Returns:
- the
Collection
Copyright © 2009-2011. All Rights Reserved.