public class ObjectSize extends Object
| Constructor and Description |
|---|
ObjectSize(long length,
boolean complete) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ObjectSize size) |
boolean |
isIncomplete() |
long |
size() |
String |
toString() |
static String |
toString(double value) |
public static String toString(double value)
public void add(ObjectSize size)
public boolean isIncomplete()
public long size()
Copyright © 2021. All rights reserved.