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 classWriteableMapAdapter<K,V>Methods in com.intellij.util.io with parameters of type WriteableMap Modifier and Type Method Description static <V> intByteBufferMap. calcMapLength(ByteBufferMap.ValueProvider<V> valueProvider, WriteableMap<V> map, double searchFactor)static <V> voidByteBufferMap. writeMap(DataOutput stream, ByteBufferMap.ValueProvider<V> valueProvider, WriteableMap<V> map, double searchFactor)
-