JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.lexevs.dao.database.key
Interface KeyProvider<I,O>
All Known Implementing Classes:
COMBKeyGenerator
,
Java5UUIDKeyGenerator
,
NanoTimeLongKeyGenerator
public interface
KeyProvider<I,O>
The Interface KeyProvider.
Author:
Kevin Peterson
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
O
getKey
(
I
record)
Gets the key.
Method Detail
getKey
O
getKey(
I
record)
Gets the key.
Parameters:
record
- the record
Returns:
the key
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method