Package gw.util.perf.objectsize
Class ObjectSize
- java.lang.Object
-
- gw.util.perf.objectsize.ObjectSize
-
public class ObjectSize extends Object
-
-
Constructor Summary
Constructors Constructor Description ObjectSize(long length, boolean complete)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(ObjectSize size)
boolean
isIncomplete()
long
size()
String
toString()
static String
toString(double value)
-
-
-
Method Detail
-
toString
public static String toString(double value)
-
add
public void add(ObjectSize size)
-
isIncomplete
public boolean isIncomplete()
-
size
public long size()
-
-