Uses of Class
com.github.jh3nd3rs0n.jargyle.common.number.PositiveInteger
Packages that use PositiveInteger
Package
Description
Provides classes for networking.
Provides classes for numerical types.
-
Uses of PositiveInteger in com.github.jh3nd3rs0n.jargyle.common.net
Fields in com.github.jh3nd3rs0n.jargyle.common.net with type parameters of type PositiveIntegerModifier 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
Methods in com.github.jh3nd3rs0n.jargyle.common.number that return PositiveIntegerModifier and TypeMethodDescriptionstatic PositiveInteger
PositiveInteger.valueOf
(int i) Returns aPositiveInteger
of the providedint
value.static PositiveInteger
Returns aPositiveInteger
of the providedString
.