Package org.postgresql.util
Class ByteConverter.PositiveShorts
- java.lang.Object
-
- org.postgresql.util.ByteConverter.PositiveShorts
-
- Enclosing class:
- ByteConverter
private static final class ByteConverter.PositiveShorts extends java.lang.Object
Simple stack structure for non-negativeshort
values.
-
-
Constructor Summary
Constructors Constructor Description PositiveShorts()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
grow()
boolean
isEmpty()
short
pop()
void
push(short s)
int
size()
-