Package org.jacop.jasat.utils
Interface Factory<E>
public interface Factory<E>
a factory for type E
- Version:
- 4.10
-
Method Summary
Modifier and TypeMethodDescriptionmethod to call to get a new instance of the type E
-
Method Details
-
newInstance
E newInstance()method to call to get a new instance of the type E- Returns:
- a new instance of E
-