|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.util.slicedMap.BasicWritableSlice<K,V>
org.jetbrains.kotlin.util.slicedMap.Slices.BasicRemovableSlice<K,V>
org.jetbrains.kotlin.util.slicedMap.Slices.SliceWithOpposite<K,V>
public static class Slices.SliceWithOpposite<K,V>
Constructor Summary | |
---|---|
Slices.SliceWithOpposite(RewritePolicy rewritePolicy,
WritableSlice<? super V,? super K> opposite,
Slices.KeyNormalizer<K> keyNormalizer)
|
Method Summary | |
---|---|
void |
afterPut(MutableSlicedMap map,
K key,
V value)
|
SlicedMapKey<K,V> |
makeKey(K key)
|
Methods inherited from class org.jetbrains.kotlin.util.slicedMap.BasicWritableSlice |
---|
check, computeValue, getRewritePolicy, initSliceDebugNames, isCollective, makeRawValueVersion, setDebugName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jetbrains.kotlin.util.slicedMap.WritableSlice |
---|
check, getRewritePolicy, isCollective |
Methods inherited from interface org.jetbrains.kotlin.util.slicedMap.ReadOnlySlice |
---|
computeValue, makeRawValueVersion |
Constructor Detail |
---|
public Slices.SliceWithOpposite(RewritePolicy rewritePolicy, WritableSlice<? super V,? super K> opposite, Slices.KeyNormalizer<K> keyNormalizer)
Method Detail |
---|
public void afterPut(MutableSlicedMap map, K key, V value)
afterPut
in interface WritableSlice<K,V>
afterPut
in class BasicWritableSlice<K,V>
public SlicedMapKey<K,V> makeKey(K key)
makeKey
in interface ReadOnlySlice<K,V>
makeKey
in class BasicWritableSlice<K,V>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |