Uses of Class
com.rabbitmq.stream.amqp.UnsignedLong
-
Packages that use UnsignedLong Package Description com.rabbitmq.stream.amqp Classes for AMQP 1.0 support. -
-
Uses of UnsignedLong in com.rabbitmq.stream.amqp
Fields in com.rabbitmq.stream.amqp declared as UnsignedLong Modifier and Type Field Description static UnsignedLongUnsignedLong. ZEROMethods in com.rabbitmq.stream.amqp that return UnsignedLong Modifier and Type Method Description static UnsignedLongUnsignedLong. valueOf(long underlying)static UnsignedLongUnsignedLong. valueOf(String value)static UnsignedLongUnsignedLong. valueOf(BigInteger bigInt)Methods in com.rabbitmq.stream.amqp with parameters of type UnsignedLong Modifier and Type Method Description intUnsignedLong. compareTo(UnsignedLong o)
-