Class ValueHolder.ValueEntry

  • All Implemented Interfaces:
    java.util.Map.Entry<java.lang.String,​java.lang.Object>
    Enclosing interface:
    ValueHolder

    public static class ValueHolder.ValueEntry
    extends java.lang.Object
    implements java.util.Map.Entry<java.lang.String,​java.lang.Object>
    The ValueEntry class is an implementation of the Map.Entry class
    • Constructor Summary

      Constructors 
      Constructor Description
      ValueEntry()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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, getKey, getValue, hashCode
    • Constructor Detail

      • ValueEntry

        public ValueEntry()
    • Method Detail

      • setValue

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