Package org.neo4j.gds.core.utils.paged
Class HugeLongArrayQueue
- java.lang.Object
-
- org.neo4j.gds.core.utils.paged.HugeLongArrayQueue
-
public final class HugeLongArrayQueue extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(long v)booleanisEmpty()static HugeLongArrayQueuenewQueue(long capacity)longremove()longsize()
-
-
-
Method Detail
-
newQueue
public static HugeLongArrayQueue newQueue(long capacity)
-
add
public void add(long v)
-
remove
public long remove()
-
size
public long size()
-
isEmpty
public boolean isEmpty()
-
-