Uses of Class
com.carrotsearch.hppc.FloatArrayDeque
-
Packages that use FloatArrayDeque Package Description com.carrotsearch.hppc -
-
Uses of FloatArrayDeque in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc that return FloatArrayDeque Modifier and Type Method Description FloatArrayDeque
FloatArrayDeque. clone()
Clone this object.static FloatArrayDeque
FloatArrayDeque. from(float... 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 FloatArrayDeque Modifier and Type Method Description protected boolean
FloatArrayDeque. equalElements(FloatArrayDeque other)
Compare order-aligned elements against anotherFloatDeque
.
-