Class AbstractConfig.EntryWrapper

    • Field Detail

      • mapEntry

        protected final java.util.Map.Entry<java.lang.String,​java.lang.Object> mapEntry
    • Constructor Detail

      • EntryWrapper

        public EntryWrapper​(java.util.Map.Entry<java.lang.String,​java.lang.Object> mapEntry)
    • Method Detail

      • setValue

        public <T> T setValue​(java.lang.Object value)
        Description copied from interface: Config.Entry
        Sets the entry's value.
        Specified by:
        setValue in interface Config.Entry
        Type Parameters:
        T - the type of the old value
        Parameters:
        value - the value to set
        Returns:
        the previous value
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object