Class Mapping

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      Mapping()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Unit add(K key, R reverseKey, V value)
      final R reverseKey(K key)
      final V get(K key)
      final Unit with(K key, Function1<V, Unit> onValue)
      final K key(R reverseKey)
      final Unit remove(K key, Function1<V, Unit> onValue)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait