Package 

Interface ValueDescriptor


  • 
    public interface ValueDescriptor<V extends Object>
    
                        

    Interface used to get the information about the values.

    • Method Summary

      Modifier and Type Method Description
      abstract Integer getSizeInBytes(V value) Returns the size in bytes of the given value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait