public class Sizeof extends Object
Constructor and Description |
---|
Sizeof() |
Modifier and Type | Method and Description |
---|---|
static int |
sizeof(boolean b) |
static int |
sizeof(byte b) |
static int |
sizeof(char c) |
static int |
sizeof(double d) |
static int |
sizeof(float f) |
static int |
sizeof(int i) |
static int |
sizeof(long l) |
static int |
sizeof(Object obj) |
static int |
sizeof(short s) |
public static int sizeof(boolean b)
public static int sizeof(byte b)
public static int sizeof(char c)
public static int sizeof(short s)
public static int sizeof(int i)
public static int sizeof(long l)
public static int sizeof(float f)
public static int sizeof(double d)
public static int sizeof(Object obj)
Copyright © GigaSpaces.