Package de.mhus.lib.core.lang
Class InjectorList
- java.lang.Object
-
- de.mhus.lib.core.lang.InjectorList
-
-
Field Summary
Fields Modifier and Type Field Description protected LinkedList<Injector>list
-
Constructor Summary
Constructors Constructor Description InjectorList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(Injector e)voidclear()voiddoInject(Object obj)Injectorget(int index)Iterator<Injector>iterator()intsize()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-