Class StorageSizes
- java.lang.Object
-
- com.offbynull.coroutines.instrumenter.StorageSizes
-
final class StorageSizes extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
doublesSize
private int
floatsSize
private int
intsSize
private int
longsSize
private int
objectsSize
-
Constructor Summary
Constructors Constructor Description StorageSizes(int intsSize, int longsSize, int floatsSize, int doublesSize, int objectsSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDoublesSize()
int
getFloatsSize()
int
getIntsSize()
int
getLongsSize()
int
getObjectsSize()
-