Package io.netty.buffer
Class AdaptivePoolingAllocator.IntStack
- java.lang.Object
-
- io.netty.buffer.AdaptivePoolingAllocator.IntStack
-
- Enclosing class:
- AdaptivePoolingAllocator
private static final class AdaptivePoolingAllocator.IntStack extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IntStack(int[] initialValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEmpty()intpop()voidpush(int value)intsize()
-