Jul 15, 2024
push
(add to top), pop
(remove from top), peek
(view top), isEmpty
, search
.enqueue
(add to end), dequeue
(remove from front), peek
, isEmpty
, size
, contains
.add
, remove
, indexOf
, getFirst
, getLast
, isEmpty
.ArrayList
).add
, insert
, delete
, search
.