Class MemberViewModel.Pair<K,​V>

  • Type Parameters:
    K - A generic class.
    V - Another generic class.
    Enclosing 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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      K key  
      V value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Pair​(K key, V value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • key

        public K key
      • value

        public V value
    • Constructor Detail

      • Pair

        public Pair​(K key,
                    V value)