Class AbstractApplicableFactoryRegistry<I,O,E extends java.lang.Exception,F extends IRegisterableFactory<I,O,E>>
- java.lang.Object
-
- net.anwiba.commons.lang.collection.AbstractObjectCollection<T>
-
- net.anwiba.commons.lang.collection.ObjectCollection<O>
-
- net.anwiba.commons.utilities.registry.AbstractApplicableRegistry<I,F>
-
- net.anwiba.commons.utilities.factory.AbstractApplicableFactoryRegistry<I,O,E,F>
-
- All Implemented Interfaces:
java.lang.Iterable<F>,IMutableObjectCollection<F>,IObjectCollection<F>,IObjectCollectionReceiver<F>,IObjectIterable<F>,IApplicableRegistry<I,F>
public abstract class AbstractApplicableFactoryRegistry<I,O,E extends java.lang.Exception,F extends IRegisterableFactory<I,O,E>> extends AbstractApplicableRegistry<I,F>
-
-
Constructor Summary
Constructors Constructor Description AbstractApplicableFactoryRegistry(F defaultFactory)
-
Method Summary
-
Methods inherited from class net.anwiba.commons.utilities.registry.AbstractApplicableRegistry
get, isApplicable
-
Methods inherited from class net.anwiba.commons.lang.collection.AbstractObjectCollection
add, add, isEmpty, iterator, remove, remove, removeAll, set, set, size, stream, toCollection, toList, values
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.anwiba.commons.utilities.registry.IApplicableRegistry
add
-
Methods inherited from interface net.anwiba.commons.lang.collection.IObjectIterable
foreach
-
-
-
-
Constructor Detail
-
AbstractApplicableFactoryRegistry
public AbstractApplicableFactoryRegistry(F defaultFactory)
-
-