JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.pepstock.charba.client.commons
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 and Description
T
create
(
String
value)
Creates a key instance by a string.
Method Detail
create
T
create(
String
value)
Creates a key instance by a string.
Parameters:
value
- value of the key
Returns:
key instance
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method