public class Numbers extends Object
| Constructor and Description |
|---|
Numbers() |
| Modifier and Type | Method and Description |
|---|---|
static short |
safeCastIntToShort(int value) |
static byte |
safeCastIntToUnsignedByte(int value) |
static short |
safeCastIntToUnsignedShort(int value) |
static byte |
safeCastLongToByte(long value) |
static int |
safeCastLongToInt(long value) |
static short |
safeCastLongToShort(long value) |
static int |
unsignedByteToInt(byte value) |
static int |
unsignedShortToInt(short value) |
public static short safeCastIntToUnsignedShort(int value)
public static byte safeCastIntToUnsignedByte(int value)
public static int safeCastLongToInt(long value)
public static short safeCastLongToShort(long value)
public static short safeCastIntToShort(int value)
public static byte safeCastLongToByte(long value)
public static int unsignedShortToInt(short value)
public static int unsignedByteToInt(byte value)
Copyright © 2002–2019 The Neo4j Graph Database Project. All rights reserved.