Interface ConcurrentIntrusiveList.Element<T extends ConcurrentIntrusiveList.Element<T>>
- Type Parameters:
T- the element that will be used for the list.
- All Known Implementing Classes:
RecordEventsSpanImpl
- Enclosing class:
ConcurrentIntrusiveList<T extends ConcurrentIntrusiveList.Element<T>>
public static interface ConcurrentIntrusiveList.Element<T extends ConcurrentIntrusiveList.Element<T>>
This is an interface that must be implemented by any element that uses
ConcurrentIntrusiveList.-
Method Details
-
getNext
-
setNext
-
getPrev
-
setPrev
-