Join Slack
Powered by
not sure why Deque gets no love in the jdk stdlib,...
# announcements
j
jw
12/21/2017, 5:25 PM
not sure why Deque gets no love in the jdk stdlib, but that'd sure look nicer with
arrayDequeOf(this)
👍 1
g
groostav
12/21/2017, 9:26 PM
This, I find myself using it constantly --though I typically go with
LinkedList
. honestly the ubiquitization of HashMap and ArrayList is one of the sadder things about the JVM imho.
j
jw
12/21/2017, 9:40 PM
I can't think of a single reason to use LinkedList
jw
12/21/2017, 9:40 PM
unless you're exercising a garbage collector
Open in Slack
Previous
Next