public class FactoryChain<T> extends ChainOfResponsibility<Factory<T>,T>
DEFAULT_DELEGATION_EXCEPTION
FactoryChain()
FactoryChain(List<Factory<T>> responsibilityChain)
addFirst, addLast, apply, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FactoryChain()
public FactoryChain(List<Factory<T>> responsibilityChain)
Copyright © 2014. All rights reserved.