Toggle navigation
JarYard
Browse
Search
About
Groups
net.sf.trove4j
trove4j
3.0.3
Javadoc
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Search
Package
gnu
.
trove
.
function
Interface Summary
Interface
Description
TByteFunction
Interface for functions that accept and return one byte primitive.
TCharFunction
Interface for functions that accept and return one char primitive.
TDoubleFunction
Interface for functions that accept and return one double primitive.
TFloatFunction
Interface for functions that accept and return one float primitive.
TIntFunction
Interface for functions that accept and return one int primitive.
TLongFunction
Interface for functions that accept and return one long primitive.
TObjectFunction
<T
,R>
Interface for functions that accept and return one Object reference.
TShortFunction
Interface for functions that accept and return one short primitive.