Class SimpleItemCollectionFactory<T>

java.lang.Object
net.shibboleth.metadata.SimpleItemCollectionFactory<T>
Type Parameters:
T - the type of items the produced collection will contain
All Implemented Interfaces:
Supplier<List<Item<T>>>

@Immutable public class SimpleItemCollectionFactory<T> extends Object implements Supplier<List<Item<T>>>
Implementation Supplier that produces ArrayList instances.
  • Constructor Details

    • SimpleItemCollectionFactory

      public SimpleItemCollectionFactory()
  • Method Details