JavaScript is disabled on your browser.
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
ru.ispras.fortress.util
Interface Value<T>
Type Parameters:
T
- Value type.
public interface
Value<T>
The
Value
interface describes objects that store a value of the specified type. Such an interface is useful when the value changes or it is calculated on request.
Method Summary
Methods
Modifier and Type
Method and Description
T
value
()
Method Detail
value
T
value()
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