Package com.intellij.util.io
Interface WriteableMap<V>
-
- All Known Implementing Classes:
WriteableMapAdapter
public interface WriteableMap<V>
- Author:
- max
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int[]
getHashCodesArray()
int
getKeyLength(int pos)
V
getValue(int pos)
void
writeKey(DataOutput stream, int pos)
-
-
-
Method Detail
-
getHashCodesArray
int[] getHashCodesArray()
-
getValue
V getValue(int pos)
-
writeKey
void writeKey(DataOutput stream, int pos) throws IOException
- Throws:
IOException
-
getKeyLength
int getKeyLength(int pos)
-
-