JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.netty.util
Interface IntSupplier
public interface
IntSupplier
Represents a supplier of
int
-valued results.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
get
()
Gets a result.
Method Detail
get
int get() throws java.lang.Exception
Gets a result.
Returns:
a result
Throws:
java.lang.Exception
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method