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 FloatArrayDequeFloatArrayDeque. clone()Clone this object.static FloatArrayDequeFloatArrayDeque. 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 booleanFloatArrayDeque. equalElements(FloatArrayDeque other)Compare order-aligned elements against anotherFloatDeque.
-