Uses of Interface
org.github.jamm.accessors.FieldAccessor
Packages that use FieldAccessor
-
Uses of FieldAccessor in org.github.jamm.accessors
Methods in org.github.jamm.accessors that return FieldAccessorModifier and TypeMethodDescriptionstatic FieldAccessor
FieldAccessor.newInstance()
Returns theFieldAccessor
instance suitable for the JDK running this code. -
Uses of FieldAccessor in org.github.jamm.utils
Methods in org.github.jamm.utils with parameters of type FieldAccessorModifier and TypeMethodDescriptionstatic int
ByteBufferMeasurementUtils.underlyingCapacity
(ByteBuffer buffer, FieldAccessor accessor) Retrieves the underlying capacity of the specified buffer.