类 MapUtils.ImmutableEntry<K,​V>

  • 所有已实现的接口:
    java.util.Map.Entry<K,​V>
    封闭类:
    MapUtils

    public static class MapUtils.ImmutableEntry<K,​V>
    extends java.lang.Object
    implements java.util.Map.Entry<K,​V>
    • 构造器概要

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

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      K getKey()  
      V getValue()  
      V setValue​(V value)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • 从接口继承的方法 java.util.Map.Entry

        equals, hashCode
    • 构造器详细资料

      • ImmutableEntry

        public ImmutableEntry​(K key,
                              V value)
    • 方法详细资料

      • getKey

        public K getKey()
        指定者:
        getKey 在接口中 java.util.Map.Entry<K,​V>
      • getValue

        public V getValue()
        指定者:
        getValue 在接口中 java.util.Map.Entry<K,​V>
      • setValue

        public V setValue​(V value)
        指定者:
        setValue 在接口中 java.util.Map.Entry<K,​V>