类 KeyValuePairs<K,​V>

    • 构造器详细资料

      • KeyValuePairs

        public KeyValuePairs()
    • 方法详细资料

      • addKeyValue

        public void addKeyValue​(K key,
                                V value)
      • allKey

        public List<K> allKey()
      • allValue

        public List<V> allValue()