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:
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.


Constructor Summary
SimpleItemCollectionFactory()
           
 
Method Summary
 Collection<ItemType> get()
          
 
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

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.