Class HugeLongArrayQueue


  • public final class HugeLongArrayQueue
    extends java.lang.Object
    • Method Detail

      • memoryEstimation

        public static org.neo4j.gds.core.utils.mem.MemoryEstimation memoryEstimation()
      • memoryEstimation

        public static long memoryEstimation​(long fixedSize)
      • add

        public void add​(long v)
      • remove

        public long remove()
      • peek

        public long peek()
      • size

        public long size()
      • isEmpty

        public boolean isEmpty()