JavaScript is disabled on your browser.
Skip navigation links
Apache Juneau
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.apache.juneau.internal.IntValue
Packages that use
IntValue
Package
Description
org.apache.juneau.internal
Uses of
IntValue
in
org.apache.juneau.internal
Methods in
org.apache.juneau.internal
that return
IntValue
Modifier and Type
Method
Description
static
IntValue
IntValue.
create
()
Creates a new integer value initialized to
0
.
static
IntValue
IntValue.
of
(int value)
Creates an integer value with the specified initial state.
IntValue
IntValue.
set
(int value)
Sets the value.