Class HugeLongArrayStack


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

      • memoryEstimation

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

        public void push​(long v)
      • pop

        public long pop()
      • peek

        public long peek()
      • size

        public long size()
      • isEmpty

        public boolean isEmpty()