| Package | Description |
|---|---|
| org.apache.hadoop.util |
Common utilities.
|
| Modifier and Type | Method | Description |
|---|---|---|
IntrusiveCollection.Element |
IntrusiveCollection.Element.getNext(IntrusiveCollection<? extends IntrusiveCollection.Element> list) |
Get the next pointer of an element.
|
IntrusiveCollection.Element |
IntrusiveCollection.Element.getPrev(IntrusiveCollection<? extends IntrusiveCollection.Element> list) |
Get the prev pointer of an element.
|
void |
IntrusiveCollection.Element.insertInternal(IntrusiveCollection<? extends IntrusiveCollection.Element> list,
IntrusiveCollection.Element prev,
IntrusiveCollection.Element next) |
Insert this element into the list.
|
boolean |
IntrusiveCollection.Element.isInList(IntrusiveCollection<? extends IntrusiveCollection.Element> list) |
Returns true if this element is in the provided list.
|
void |
IntrusiveCollection.Element.removeInternal(IntrusiveCollection<? extends IntrusiveCollection.Element> list) |
Remove an element from the list.
|
void |
IntrusiveCollection.Element.setNext(IntrusiveCollection<? extends IntrusiveCollection.Element> list,
IntrusiveCollection.Element next) |
Set the next pointer of an element already in the list.
|
void |
IntrusiveCollection.Element.setPrev(IntrusiveCollection<? extends IntrusiveCollection.Element> list,
IntrusiveCollection.Element prev) |
Set the prev pointer of an element already in the list.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.