net.shibboleth.metadata
Class SimpleItemCollectionFactory<ItemType extends Item>

java.lang.Object
  extended by 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.


Constructor Summary
SimpleItemCollectionFactory()
           
 
Method Summary
 Collection<ItemType> newCollection()
          Creates the Collection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleItemCollectionFactory

public SimpleItemCollectionFactory()
Method Detail

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.