Package io.netty.buffer
Class AdaptivePoolingAllocator.IntStack
java.lang.Object
io.netty.buffer.AdaptivePoolingAllocator.IntStack
- Enclosing class:
AdaptivePoolingAllocator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
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()
-