public class IntInlineKeyDescriptor extends InlineKeyDescriptor<java.lang.Integer>
CANONICAL, IDENTITY
Constructor and Description |
---|
IntInlineKeyDescriptor() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
fromInt(int n) |
int |
toInt(java.lang.Integer integer) |
getHashCode, isCompactFormat, isEqual, read, save
public java.lang.Integer fromInt(int n)
fromInt
in class InlineKeyDescriptor<java.lang.Integer>
public int toInt(java.lang.Integer integer)
toInt
in class InlineKeyDescriptor<java.lang.Integer>