Uses of Class
com.rabbitmq.stream.amqp.UnsignedInteger
Packages that use UnsignedInteger
-
Uses of UnsignedInteger in com.rabbitmq.stream.amqp
Classes in com.rabbitmq.stream.amqp that implement interfaces with type arguments of type UnsignedIntegerModifier and TypeClassDescriptionfinal classThis code is based on QPid Proton'sUnsignedIntegerclass.Fields in com.rabbitmq.stream.amqp declared as UnsignedIntegerModifier and TypeFieldDescriptionstatic final UnsignedIntegerUnsignedInteger.MAX_VALUEstatic final UnsignedIntegerUnsignedInteger.ONEstatic final UnsignedIntegerUnsignedInteger.ZEROMethods in com.rabbitmq.stream.amqp that return UnsignedIntegerModifier and TypeMethodDescriptionUnsignedInteger.add(UnsignedInteger i) UnsignedInteger.subtract(UnsignedInteger i) static UnsignedIntegerUnsignedInteger.valueOf(int underlying) static UnsignedIntegerUnsignedInteger.valueOf(long longVal) static UnsignedIntegerMethods in com.rabbitmq.stream.amqp with parameters of type UnsignedIntegerModifier and TypeMethodDescriptionUnsignedInteger.add(UnsignedInteger i) intUnsignedInteger.compareTo(UnsignedInteger o) UnsignedInteger.subtract(UnsignedInteger i)