Package 

Class MutablePair

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private A first
      private B second
    • Constructor Summary

      Constructors 
      Constructor Description
      MutablePair(A first, B second)
    • Method Summary

      Modifier and Type Method Description
      final A getFirst()
      final Unit setFirst(A first)
      final B getSecond()
      final Unit setSecond(B second)
      String toString() Returns string representation of the Pair including its first and second values.
      • Methods inherited from class java.lang.Object

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