public final class EnumMapKt
final static <K extends Enum<K>, V extends Any> EnumMap<K, V>
enumMap(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 Enum<K>, V extends Any> EnumMap<K, V> enumMap(FakeContext $self, Integer size, Function1<FakeContext, K> key, Function1<FakeContext, V> value)
Generates a Java enum map using key and value.