Uses of Class
com.carrotsearch.hppc.DoubleArrayDeque
-
Packages that use DoubleArrayDeque Package Description com.carrotsearch.hppc -
-
Uses of DoubleArrayDeque in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc that return DoubleArrayDeque Modifier and Type Method Description DoubleArrayDeque
DoubleArrayDeque. clone()
Clone this object.static DoubleArrayDeque
DoubleArrayDeque. from(double... elements)
Create a new deque by pushing a variable number of arguments to the end of it.Methods in com.carrotsearch.hppc with parameters of type DoubleArrayDeque Modifier and Type Method Description protected boolean
DoubleArrayDeque. equalElements(DoubleArrayDeque other)
Compare order-aligned elements against anotherDoubleDeque
.
-