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 DoubleArrayDequeDoubleArrayDeque. clone()Clone this object.static DoubleArrayDequeDoubleArrayDeque. 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 booleanDoubleArrayDeque. equalElements(DoubleArrayDeque other)Compare order-aligned elements against anotherDoubleDeque.
-