org.jetbrains.kotlin.util.slicedMap
Interface MutableSlicedMap
- All Superinterfaces:
- java.lang.Iterable<java.util.Map.Entry<SlicedMapKey<?,?>,?>>, SlicedMap
- All Known Implementing Classes:
- SlicedMapImpl, TrackingSlicedMap
public interface MutableSlicedMap
- extends SlicedMap
Methods inherited from interface java.lang.Iterable |
iterator |
put
<K,V> void put(WritableSlice<K,V> slice,
K key,
V value)
remove
<K,V> V remove(RemovableSlice<K,V> slice,
K key)
clear
void clear()
getSliceContents
@NotNull
@TestOnly
<K,V> com.google.common.collect.ImmutableMap<K,V> getSliceContents(@NotNull
ReadOnlySlice<K,V> slice)