Class IntrusiveLinkedListImpl

java.lang.Object
express.mvp.roray.utils.collections.IntrusiveLinkedListImpl
All Implemented Interfaces:
IntrusiveLinkedList, AutoCloseable

public class IntrusiveLinkedListImpl extends Object implements IntrusiveLinkedList
An intrusive linked list implementation using off-heap memory segments.

This implementation uses the memory segment's own memory to store the next pointer, avoiding separate node allocations.