类 ConnectionUrlParser.Pair<T,​U>

  • 类型参数:
    T - left part type
    U - right part type
    封闭类:
    ConnectionUrlParser

    public static class ConnectionUrlParser.Pair<T,​U>
    extends Object
    This class is a simple container for two elements.
    • 字段详细资料

      • left

        public final T left
      • right

        public final U right
    • 构造器详细资料

      • Pair

        public Pair​(T left,
                    U right)