Class Pair<N,​V>


  • public class Pair<N,​V>
    extends Object
    Utility class to manage a pair of information (tuple)
    • Constructor Detail

      • Pair

        public Pair​(N left,
                    V right)
    • Method Detail

      • getLeft

        public N getLeft()
      • getRight

        public V getRight()