public final class SortedMapKt
final static <K extends Any, V extends Any> SortedMap<K, V>
sortedMap(FakeContext $self, Integer size, Function1<FakeContext, K> key, Function1<FakeContext, V> value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final static <K extends Any, V extends Any> SortedMap<K, V> sortedMap(FakeContext $self, Integer size, Function1<FakeContext, K> key, Function1<FakeContext, V> value)
Generates a Java sorted map using key and value.