- addAfter(Position<E>, E) - Method in class NodePositionList
-
Inserts an element after position p.
- addAfter(Position<E>, E) - Method in interface PositionList
-
Inserts an element after position p.
- addBefore(Position<E>, E) - Method in class NodePositionList
-
Inserts an element before position p.
- addBefore(Position<E>, E) - Method in interface PositionList
-
Inserts an element before position p.
- addFirst(E) - Method in class NodePositionList
-
Inserts an element at the front of the list.
- addFirst(E) - Method in interface PositionList
-
Inserts an element at the front of the list.
- addLast(E) - Method in class NodePositionList
-
Inserts an element at the back of the list.
- addLast(E) - Method in interface PositionList
-
Inserts an element at the back of the list.