public abstract class AbstractStrategyFactory<T,R> extends Object
AbstractStrategyFactory()
protected void
addStrategy(T strategy, R processor)
R
getStrategy(T type)
protected abstract void
init()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AbstractStrategyFactory()
protected abstract void init()
protected void addStrategy(T strategy, R processor)
public R getStrategy(T type)
Copyright © 2023 Irvingsoft. All rights reserved.