Class Less.Pair<U,​V>

  • Enclosing class:
    Less

    static class Less.Pair<U,​V>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) U u  
      (package private) V v  
    • Constructor Summary

      Constructors 
      Constructor Description
      Pair​(U u, V v)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      U getU()  
      V getV()  
      • Methods inherited from class java.lang.Object

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

      • u

        final U u
      • v

        final V v
    • Constructor Detail

      • Pair

        public Pair​(U u,
                    V v)
    • Method Detail

      • getU

        public U getU()
      • getV

        public V getV()