Class Pair<T1,​T2>


  • public class Pair<T1,​T2>
    extends Object
    Pair Class http://stackoverflow.com/questions/521171/a-java-collection-of-value-pairs-tuples Created by julien on 7/12/16.
    • Constructor Detail

      • Pair

        public Pair​(T1 fst,
                    T2 snd)
    • Method Detail

      • _1

        public T1 _1()
      • _2

        public T2 _2()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object