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.ObjectSimple stack structure for non-negativeshortvalues.
-
-
Constructor Summary
Constructors Constructor Description PositiveShorts()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidgrow()booleanisEmpty()shortpop()voidpush(short s)intsize()
-