JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
GNU Trove
Prev Class
Next Class
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Package
gnu.trove.function
Interface TShortFunction
public interface
TShortFunction
Interface for functions that accept and return one short primitive.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
short
execute
(short value)
Execute this function with
value
Method Detail
execute
short execute(short value)
Execute this function with
value
Parameters:
value
- a
short
input
Returns:
a
short
result
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
GNU Trove
Prev Class
Next Class
Frames
No Frames
All Classes
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method