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.b3log.latke.repository
Interface KeyGenerator<T>
Type Parameters:
T
- data type of key
All Known Implementing Classes:
DBKeyGenerator
,
TimeMillisKeyGenerator
public interface
KeyGenerator<T>
Key generator.
Since:
1.0.8
Version:
1.0.0.0, Mar 14, 2014
Author:
Liang Ding
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
gen
()
Generates a key.
Method Detail
gen
T
gen()
Generates a key.
Returns:
a key
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
Copyright © 2009–2019
B3log
. All rights reserved.