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