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 intdoublesSizeprivate intfloatsSizeprivate intintsSizeprivate intlongsSizeprivate intobjectsSize
-
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 intgetDoublesSize()intgetFloatsSize()intgetIntsSize()intgetLongsSize()intgetObjectsSize()
-