-
public interface ValueDescriptor<V extends Object>Interface used to get the information about the values.
-
-
Method Summary
Modifier and Type Method Description abstract IntegergetSizeInBytes(V value)Returns the size in bytes of the given value. -
-
Method Detail
-
getSizeInBytes
abstract Integer getSizeInBytes(V value)
Returns the size in bytes of the given value.
-
-
-
-