Class Pair<L,R>

java.lang.Object
org.apache.dubbo.common.utils.Pair<L,R>
All Implemented Interfaces:
Serializable, Comparable<Pair<L,R>>, Map.Entry<L,R>

public final class Pair<L,R> extends Object implements Map.Entry<L,R>, Comparable<Pair<L,R>>, Serializable
See Also:
  • Constructor Details

    • Pair

      public Pair(L left, R right)
  • Method Details