Uses of Class
com.github.jh3nd3rs0n.jargyle.common.number.PositiveInteger
Package
Description
Provides classes for networking.
Provides classes for numerical types.
-
Uses of PositiveInteger in com.github.jh3nd3rs0n.jargyle.common.net
Modifier and TypeFieldDescriptionstatic final SocketSettingSpec
<PositiveInteger> StandardSocketSettingSpecConstants.SO_RCVBUF
SocketSettingSpec
constant forSO_RCVBUF
: aPositiveInteger
of the receive buffer size.static final SocketSettingSpec
<PositiveInteger> StandardSocketSettingSpecConstants.SO_SNDBUF
SocketSettingSpec
constant forSO_SNDBUF
: aPositiveInteger
of the send buffer size. -
Uses of PositiveInteger in com.github.jh3nd3rs0n.jargyle.common.number
Modifier and TypeMethodDescriptionstatic PositiveInteger
PositiveInteger.valueOf
(int i) Returns aPositiveInteger
of the providedint
value.static PositiveInteger
Returns aPositiveInteger
of the providedString
.