Class CswsConnector.Pair<L,​R>

  • Type Parameters:
    L - value to store in left.
    R - value to store in right.
    Enclosing class:
    CswsConnector

    public static final class CswsConnector.Pair<L,​R>
    extends java.lang.Object
    A class to store a pair structure, where none of the properties can behave as a key.
    • Constructor Summary

      Constructors 
      Constructor Description
      Pair​(L left, R right)  
    • Constructor Detail

      • Pair

        public Pair​(L left,
                    R right)
    • Method Detail

      • getLeft

        public L getLeft()
      • getRight

        public R getRight()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object