public final class HashMapKt
final static <K extends Any, V extends Any> HashMap<K, V>
hashMap(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> HashMap<K, V> hashMap(FakeContext $self, Integer size, Function1<FakeContext, K> key, Function1<FakeContext, V> value)
Generates a Java hash map using key and value.