JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
net.i2p.util
Interface TryCache.ObjectFactory<T>
Type Parameters:
T
- the type of objects created by this factory
Enclosing class:
TryCache
<
T
>
public static interface
TryCache.ObjectFactory<T>
Factory interface for creating new objects in TryCache.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
newInstance
()
Method Detail
newInstance
T
newInstance()
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method