org.jetbrains.kotlin.util.slicedMap
Interface SlicedMap
- All Superinterfaces:
- java.lang.Iterable<java.util.Map.Entry<SlicedMapKey<?,?>,?>>
- All Known Subinterfaces:
- MutableSlicedMap
- All Known Implementing Classes:
- SlicedMapImpl, TrackingSlicedMap
public interface SlicedMap
- extends java.lang.Iterable<java.util.Map.Entry<SlicedMapKey<?,?>,?>>
Methods inherited from interface java.lang.Iterable |
iterator |
DO_NOTHING
static final SlicedMap DO_NOTHING
get
<K,V> V get(ReadOnlySlice<K,V> slice,
K key)
getKeys
<K,V> java.util.Collection<K> getKeys(WritableSlice<K,V> slice)