Class ValueHolder.EntryWrapper

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

    public static class ValueHolder.EntryWrapper
    extends java.lang.Object
    implements java.util.Map.Entry<java.lang.String,​java.lang.Object>
    The EntryWrapper is a wrapper around the Map.Entry class to support automatic key prefixing.
    • Constructor Summary

      Constructors 
      Constructor Description
      EntryWrapper()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String 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
    • Constructor Detail

      • EntryWrapper

        public EntryWrapper()
    • Method Detail

      • getKey

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

        public java.lang.Object getValue()
        Specified by:
        getValue in interface java.util.Map.Entry<java.lang.String,​java.lang.Object>
      • 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>