Package com.intellij.util.io
Class IntInlineKeyDescriptor
- java.lang.Object
-
- com.intellij.util.io.InlineKeyDescriptor<Integer>
-
- com.intellij.util.io.IntInlineKeyDescriptor
-
- All Implemented Interfaces:
DataExternalizer<Integer>
,EqualityPolicy<Integer>
,KeyDescriptor<Integer>
- Direct Known Subclasses:
EnumeratorIntegerDescriptor
public class IntInlineKeyDescriptor extends InlineKeyDescriptor<Integer>
-
-
Constructor Summary
Constructors Constructor Description IntInlineKeyDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
fromInt(int n)
int
toInt(Integer integer)
-
Methods inherited from class com.intellij.util.io.InlineKeyDescriptor
getHashCode, isEqual, read, save
-
-
-
-
Method Detail
-
fromInt
public Integer fromInt(int n)
- Specified by:
fromInt
in classInlineKeyDescriptor<Integer>
-
toInt
public int toInt(Integer integer)
- Specified by:
toInt
in classInlineKeyDescriptor<Integer>
-
-