Class StackStorage

java.lang.Object
one.heatmap.StackStorage

public class StackStorage extends Object
  • Field Details

  • Constructor Details

    • StackStorage

      public StackStorage()
    • StackStorage

      public StackStorage(int initialCapacity)
  • Method Details

    • get

      public int[] get(int id)
    • index

      public int index(int[] stack, int stackSize)
    • indexWithPrototype

      public int indexWithPrototype(int[] prototype, int append)
    • orderedTraces

      public int[][] orderedTraces()
    • resize

      protected void resize(int newCapacity)