Module net.anwiba.commons.utilities
Class AbstractApplicableFactoryRegistry<I,O,E extends 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:
Iterable<F>,IMutableObjectCollection<F>,IObjectCollection<F>,IObjectCollectionReceiver<F>,IObjectIterable<F>,IApplicableRegistry<I,F>
public abstract class AbstractApplicableFactoryRegistry<I,O,E extends Exception,F extends IRegisterableFactory<I,O,E>>
extends AbstractApplicableRegistry<I,F>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.anwiba.commons.utilities.registry.AbstractApplicableRegistry
get, isApplicableMethods inherited from class net.anwiba.commons.lang.collection.AbstractObjectCollection
add, add, isEmpty, iterator, remove, remove, removeAll, set, set, size, stream, toCollection, toList, valuesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.anwiba.commons.utilities.registry.IApplicableRegistry
addMethods inherited from interface net.anwiba.commons.lang.collection.IObjectIterable
foreachMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
AbstractApplicableFactoryRegistry
-