Uses of Class
org.opendaylight.yangtools.yang.common.Uint64
-
Uses of Uint64 in org.opendaylight.yangtools.yang.common
Fields in org.opendaylight.yangtools.yang.common declared as Uint64Modifier and TypeFieldDescriptionstatic final Uint64Uint64.MAX_VALUEValue of18446744073709551615.static final Uint64Uint64.ONEValue of1.static final Uint64Uint64.TENValue of10.static final Uint64Uint64.TWOValue of2.static final Uint64Uint64.ZEROValue of0.Methods in org.opendaylight.yangtools.yang.common that return Uint64Modifier and TypeMethodDescriptionstatic Uint64UintConversions.fromGuava(com.google.common.primitives.UnsignedLong value) Convert anUnsignedLongto a Uint64.static Uint64UintConversions.fromJava(BigInteger value) Convert aBigIntegerin range 0-18446744073709551615 to an Uint64.static Uint64Uint64.fromLongBits(long bits) Returns anUint64corresponding to a given bit representation.final Uint64Uint64.intern()Return an interned (shared) instance equivalent to this object.static Uint64Uint64.saturatedOf(byte byteVal) Returns anUint64corresponding to a givenbyteValif it is representable.static Uint64Uint64.saturatedOf(int intVal) Returns anUint64corresponding to a givenintValif it is representable.static Uint64Uint64.saturatedOf(long longVal) Returns anUint64corresponding to a givenlongValif it is representable.static Uint64Uint64.saturatedOf(short shortVal) Returns anUint32corresponding to a givenshortValif it is representable.static Uint64Uint64.saturatedOf(BigInteger bigInt) Returns anUint64corresponding to a givenlongValif it is representable.final Uint64Uint16.toUint64()Convert this value to aUint64.final Uint64Uint32.toUint64()Convert this value to aUint64.final Uint64Uint8.toUint64()Convert this value to aUint64.static Uint64Uint64.valueOf(byte byteVal) Returns anUint64corresponding to a givenbyteVal.static Uint64Uint64.valueOf(int intVal) Returns anUint64corresponding to a givenintVal.static Uint64Uint64.valueOf(long longVal) Returns anUint64corresponding to a givenlongVal, which is checked for range.static Uint64Uint64.valueOf(short shortVal) Returns anUint64corresponding to a givenshortVal.static Uint64Uint64.valueOf(com.google.common.primitives.UnsignedLong ulong) Returns anUint64corresponding to a givenulong.static Uint64Returns anUint32holding the value of the specifiedString, parsed as an unsignedlongvalue.static Uint64Returns anUint64holding the value of the specifiedString, parsed as an unsignedlongvalue.static Uint64Uint64.valueOf(BigInteger bigInt) Returns anUint64corresponding to a givenbigInt.static Uint64Returns anUint64corresponding to a givenuint.static Uint64Returns anUint64corresponding to a givenuint.static Uint64Returns anUint64corresponding to a givenuint.Methods in org.opendaylight.yangtools.yang.common that return types with arguments of type Uint64Modifier and TypeMethodDescriptionUint64.Support.fromString(String str) final CanonicalValueSupport<Uint64>Uint64.support()Methods in org.opendaylight.yangtools.yang.common with parameters of type Uint64Modifier and TypeMethodDescriptionfinal intfinal booleanA slightly faster version ofequals(Object).static Uint16Returns anUint8corresponding to a givenuint.static Uint32Returns anUint32corresponding to a givenuint.static Uint8Returns anUint8corresponding to a givenuint.Constructors in org.opendaylight.yangtools.yang.common with parameters of type Uint64