Class ConfigurationMap.ConfigurationSet.Entry

  • All Implemented Interfaces:
    java.util.Map.Entry<java.lang.Object,​java.lang.Object>
    Enclosing class:
    ConfigurationMap.ConfigurationSet

    private final class ConfigurationMap.ConfigurationSet.Entry
    extends java.lang.Object
    implements java.util.Map.Entry<java.lang.Object,​java.lang.Object>
    A Map entry in the ConfigurationMap.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Object key
      The key of the map entry.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Entry​(java.lang.Object key)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getKey()  
      java.lang.Object getValue()  
      java.lang.Object setValue​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Map.Entry

        equals, hashCode
    • Field Detail

      • key

        private final java.lang.Object key
        The key of the map entry.
    • Constructor Detail

      • Entry

        private Entry​(java.lang.Object key)
    • Method Detail

      • getKey

        public java.lang.Object getKey()
        Specified by:
        getKey in interface java.util.Map.Entry<java.lang.Object,​java.lang.Object>
      • getValue

        public java.lang.Object getValue()
        Specified by:
        getValue in interface java.util.Map.Entry<java.lang.Object,​java.lang.Object>
      • setValue

        public java.lang.Object setValue​(java.lang.Object value)
        Specified by:
        setValue in interface java.util.Map.Entry<java.lang.Object,​java.lang.Object>