Class AdaptivePoolingAllocator.IntStack

java.lang.Object
io.netty.buffer.AdaptivePoolingAllocator.IntStack
Enclosing class:
AdaptivePoolingAllocator

private static final class AdaptivePoolingAllocator.IntStack extends Object
  • Field Details

    • stack

      private final int[] stack
    • top

      private int top
  • Constructor Details

    • IntStack

      IntStack(int[] initialValues)
  • Method Details

    • isEmpty

      public boolean isEmpty()
    • pop

      public int pop()
    • push

      public void push(int value)
    • size

      public int size()