Is there any collection class in java, that implements push_back()
and push_front()
methods?
The class java.util.LinkedList
has addFirst/Last(), getFirst/last() and removeFirst/Last().
Any collection that implements Deque
should have it (ArrayDeque
, LinkedList
)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With