Class AdaptableBuffer<T extends ResourceSupport<Buffer,​T>>

    • Method Detail

      • touch

        public AdaptableBuffer<T> touch​(Object hint)
        Description copied from interface: Resource
        Record the current access location for debugging purposes. This information may be included if the resource throws a life-cycle related exception, or if it leaks. If this resource has already been closed, then this method has no effect.
        Specified by:
        touch in interface Resource<T extends ResourceSupport<Buffer,​T>>
        Overrides:
        touch in class ResourceSupport<Buffer,​T extends ResourceSupport<Buffer,​T>>
        Parameters:
        hint - An optional hint about this access and its context. May be null.
        Returns:
        This resource instance.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object