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