Class PagedLongStack

    • Constructor Detail

      • PagedLongStack

        public PagedLongStack​(long initialSize,
                              AllocationTracker allocationTracker)
    • Method Detail

      • clear

        public void clear()
      • push

        public void push​(long value)
      • pop

        public long pop()
      • peek

        public long peek()
      • isEmpty

        public boolean isEmpty()
      • size

        public long size()
        Description copied from class: PagedDataStructure
        Return the size of this data structure. Indices up to size have been filled with data.
        Overrides:
        size in class PagedDataStructure<long[]>