Class StringObjectPair

  • All Implemented Interfaces:
    java.lang.Comparable

    public class StringObjectPair
    extends StringKeyed
    Holder for a pair consisting of a key string and a value object.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Object m_value
      Object value.
    • Constructor Summary

      Constructors 
      Constructor Description
      StringObjectPair​(java.lang.String key, java.lang.Object value)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getValue()
      Get the value object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • m_value

        private final java.lang.Object m_value
        Object value.
    • Constructor Detail

      • StringObjectPair

        public StringObjectPair​(java.lang.String key,
                                java.lang.Object value)
        Constructor.
        Parameters:
        key -
        value -
    • Method Detail

      • getValue

        public java.lang.Object getValue()
        Get the value object.
        Returns:
        value