Class Pair<T>


  • public class Pair<T>
    extends Object
    Copied from org.apache.camel.util.Pair
    • Constructor Detail

      • Pair

        public Pair​(T left,
                    T right)
    • Method Detail

      • getLeft

        public T getLeft()
      • getRight

        public T getRight()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object