-
- All Known Implementing Classes:
DefaultSelectStrategyFactory
public interface SelectStrategyFactory
Factory that creates a newSelectStrategy
every time.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SelectStrategy
newSelectStrategy()
Creates a newSelectStrategy
.
-
-
-
Method Detail
-
newSelectStrategy
SelectStrategy newSelectStrategy()
Creates a newSelectStrategy
.
-
-