Uses of Class
org.opendaylight.yangtools.yang.common.Uint32
-
Uses of Uint32 in org.opendaylight.yangtools.yang.common
Fields in org.opendaylight.yangtools.yang.common declared as Uint32Modifier and TypeFieldDescriptionstatic final Uint32Uint32.MAX_VALUEValue of4294967295.static final Uint32Uint32.ONEValue of1.static final Uint32Uint32.TENValue of10.static final Uint32Uint32.TWOValue of2.static final Uint32Uint32.ZEROValue of0.Methods in org.opendaylight.yangtools.yang.common that return Uint32Modifier and TypeMethodDescriptionstatic Uint32UintConversions.fromGuava(com.google.common.primitives.UnsignedInteger value) Convert anUnsignedIntegerto a Uint32.static Uint32Uint32.fromIntBits(int bits) Returns anUint32corresponding to a given bit representation.static Uint32UintConversions.fromJava(long value) Convert alongin range 0-4294967295 to a Uint32.final Uint32Uint32.intern()Return an interned (shared) instance equivalent to this object.static Uint32Uint32.saturatedOf(byte byteVal) Returns anUint32corresponding to a givenbyteValif it is representable.static Uint32Uint32.saturatedOf(int intVal) Returns anUint32corresponding to a givenintValif it is representable.static Uint32Uint32.saturatedOf(long longVal) Returns anUint32corresponding to a givenlongValif it is representable.static Uint32Uint32.saturatedOf(short shortVal) Returns anUint32corresponding to a givenshortValif it is representable.final Uint32Uint16.toUint32()Convert this value to aUint32.final Uint32Uint64.toUint32()Convert this value to aUint64.final Uint32Uint8.toUint32()Convert this value to aUint32.static Uint32Uint32.valueOf(byte byteVal) Returns anUint32corresponding to a givenbyteVal.static Uint32Uint32.valueOf(int intVal) Returns anUint32corresponding to a givenintVal.static Uint32Uint32.valueOf(long longVal) Returns anUint32corresponding to a givenlongVal.static Uint32Uint32.valueOf(short shortVal) Returns anUint32corresponding to a givenshortVal.static Uint32Uint32.valueOf(com.google.common.primitives.UnsignedInteger uint) Returns anUint32corresponding to a givenuint.static Uint32Returns anUint32holding the value of the specifiedString, parsed as an unsignedlongvalue.static Uint32Returns anUint32holding the value of the specifiedString, parsed as an unsignedlongvalue.static Uint32Returns anUint32corresponding to a givenuint.static Uint32Returns anUint32corresponding to a givenuint.static Uint32Returns anUint32corresponding to a givenuint.Methods in org.opendaylight.yangtools.yang.common that return types with arguments of type Uint32Modifier and TypeMethodDescriptionUint32.Support.fromString(String str) final CanonicalValueSupport<Uint32>Uint32.support()Methods in org.opendaylight.yangtools.yang.common with parameters of type Uint32Modifier and TypeMethodDescriptionfinal intfinal booleanA slightly faster version ofequals(Object).static Uint16Returns anUint8corresponding to a givenuint.static Uint64Returns anUint64corresponding to a givenuint.static Uint8Returns anUint8corresponding to a givenuint.Constructors in org.opendaylight.yangtools.yang.common with parameters of type Uint32