Interface KeyFactory<T extends Key>
-
public interface KeyFactory<T extends Key>Interface to be implemented to load keys from an array of native object.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcreate(String value)Creates a key instance by a string.
-