Uses of Interface
com.intellij.util.io.WriteableMap
-
Packages that use WriteableMap Package Description com.intellij.util.io -
-
Uses of WriteableMap in com.intellij.util.io
Classes in com.intellij.util.io that implement WriteableMap Modifier and Type Class Description class
WriteableMapAdapter<K,V>
Methods in com.intellij.util.io with parameters of type WriteableMap Modifier and Type Method Description static <V> int
ByteBufferMap. calcMapLength(ByteBufferMap.ValueProvider<V> valueProvider, WriteableMap<V> map, double searchFactor)
static <V> void
ByteBufferMap. writeMap(DataOutput stream, ByteBufferMap.ValueProvider<V> valueProvider, WriteableMap<V> map, double searchFactor)
-