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_RCVBUFSocketSettingSpecconstant forSO_RCVBUF: aPositiveIntegerof the receive buffer size.static final SocketSettingSpec<PositiveInteger> StandardSocketSettingSpecConstants.SO_SNDBUFSocketSettingSpecconstant forSO_SNDBUF: aPositiveIntegerof 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 PositiveIntegerPositiveInteger.valueOf(int i) Returns aPositiveIntegerof the providedintvalue.static PositiveIntegerReturns aPositiveIntegerof the providedString.