public class InjectorList extends Object implements Injector, Iterable<Injector>
protected LinkedList<Injector>
list
InjectorList()
boolean
add(Injector e)
void
clear()
doInject(Object obj)
Injector
get(int index)
Iterator<Injector>
iterator()
int
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected LinkedList<Injector> list
public InjectorList()
public int size()
public boolean add(Injector e)
public Iterator<Injector> iterator()
iterator
Iterable<Injector>
public void clear()
public Injector get(int index)
public void doInject(Object obj) throws Exception
doInject
Exception
Copyright © 2014. All rights reserved.