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
net.infumia.frame
Interface Keyed<T>
Type Parameters:
T
- the type of the key
public interface
Keyed<T>
A keyed interface is an interface that is used to create keyed objects.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
key
()
Gets the key of the object.
Method Detail
key
T
key()
Gets the key of the object.
Returns:
the key of the object
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