- shallowSizeOf(Object) - Static method in class com.carrotsearch.sizeof.RamUsageEstimator
-
Estimates a "shallow" memory usage of the given object.
- shallowSizeOfAll(Object...) - Static method in class com.carrotsearch.sizeof.RamUsageEstimator
-
- shallowSizeOfAll(Iterable<Object>) - Static method in class com.carrotsearch.sizeof.RamUsageEstimator
-
- shallowSizeOfInstance(Class<?>) - Static method in class com.carrotsearch.sizeof.RamUsageEstimator
-
Returns the shallow instance size in bytes an instance of the given class would occupy.
- sizeOf(byte[]) - Static method in class com.carrotsearch.sizeof.RamUsageEstimator
-
Returns the size in bytes of the byte[] object.
- sizeOf(boolean[]) - Static method in class com.carrotsearch.sizeof.RamUsageEstimator
-
Returns the size in bytes of the boolean[] object.
- sizeOf(char[]) - Static method in class com.carrotsearch.sizeof.RamUsageEstimator
-
Returns the size in bytes of the char[] object.
- sizeOf(short[]) - Static method in class com.carrotsearch.sizeof.RamUsageEstimator
-
Returns the size in bytes of the short[] object.
- sizeOf(int[]) - Static method in class com.carrotsearch.sizeof.RamUsageEstimator
-
Returns the size in bytes of the int[] object.
- sizeOf(float[]) - Static method in class com.carrotsearch.sizeof.RamUsageEstimator
-
Returns the size in bytes of the float[] object.
- sizeOf(long[]) - Static method in class com.carrotsearch.sizeof.RamUsageEstimator
-
Returns the size in bytes of the long[] object.
- sizeOf(double[]) - Static method in class com.carrotsearch.sizeof.RamUsageEstimator
-
Returns the size in bytes of the double[] object.
- sizeOf(Object) - Static method in class com.carrotsearch.sizeof.RamUsageEstimator
-
Estimates the RAM usage by the given object.
- sizeOfAll(Object...) - Static method in class com.carrotsearch.sizeof.RamUsageEstimator
-
- sizeOfAll(Iterable<Object>) - Static method in class com.carrotsearch.sizeof.RamUsageEstimator
-