Class NavigableMapKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static <K extends Any, V extends Any> NavigableMap<K, V> navigableMap(FakeContext $self, Integer size, Function1<FakeContext, K> key, Function1<FakeContext, V> value) Generates a Java navigable map using key and value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • navigableMap

         final static <K extends Any, V extends Any> NavigableMap<K, V> navigableMap(FakeContext $self, Integer size, Function1<FakeContext, K> key, Function1<FakeContext, V> value)

        Generates a Java navigable map using key and value.