类 MemberViewModel.Pair<K,​V>

  • 类型参数:
    K - A generic class.
    V - Another generic class.
    封闭类:
    MemberViewModel

    public static class MemberViewModel.Pair<K,​V>
    extends java.lang.Object
    A utility class for keeping track of pairs, e.g.Clazz and Member
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      K key  
      V value  
    • 构造器概要

      构造器 
      构造器 说明
      Pair​(K key, V value)  
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • key

        public K key
      • value

        public V value
    • 构造器详细资料

      • Pair

        public Pair​(K key,
                    V value)