| Package | Description |
|---|---|
| org.apache.aries.component.dsl.internal |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentDoublyLinkedList.Node |
ConcurrentDoublyLinkedList.addFirst(E o)
Prepends the given element at the beginning of this deque.
|
ConcurrentDoublyLinkedList.Node |
ConcurrentDoublyLinkedList.addLast(E o)
Appends the given element to the end of this deque.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.