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