Interface MemorySegmentSource


  • @Internal
    public interface MemorySegmentSource
    Interface describing entities that can provide memory segments.
    • Method Detail

      • nextSegment

        MemorySegment nextSegment()
        Gets the next memory segment. If no more segments are available, it returns null.
        Returns:
        The next memory segment, or null, if none is available.