public class UnsignedIntegerType extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
UnsignedIntegerType.UnsignedIntegerEncoding |
Modifier and Type | Method and Description |
---|---|
Collection<UnsignedIntegerType.UnsignedIntegerEncoding> |
getAllEncodings() |
UnsignedIntegerType.UnsignedIntegerEncoding |
getCanonicalEncoding() |
UnsignedIntegerType.UnsignedIntegerEncoding |
getEncoding(UnsignedInteger val) |
Class<UnsignedInteger> |
getTypeClass() |
void |
write(T val) |
public Class<UnsignedInteger> getTypeClass()
public UnsignedIntegerType.UnsignedIntegerEncoding getEncoding(UnsignedInteger val)
public UnsignedIntegerType.UnsignedIntegerEncoding getCanonicalEncoding()
public Collection<UnsignedIntegerType.UnsignedIntegerEncoding> getAllEncodings()
Copyright © 2016 The Apache Software Foundation. All rights reserved.