public class ShortType extends Object
Modifier and Type | Class and Description |
---|---|
class |
ShortType.ShortEncoding |
Modifier and Type | Method and Description |
---|---|
Collection<ShortType.ShortEncoding> |
getAllEncodings() |
ShortType.ShortEncoding |
getCanonicalEncoding() |
ShortType.ShortEncoding |
getEncoding(Short val) |
Class<Short> |
getTypeClass() |
void |
write(short s) |
void |
write(T val) |
public ShortType.ShortEncoding getEncoding(Short val)
public void write(short s)
public ShortType.ShortEncoding getCanonicalEncoding()
public Collection<ShortType.ShortEncoding> getAllEncodings()
Copyright © 2016 The Apache Software Foundation. All rights reserved.