Class StringValuePair<V>

  • Type Parameters:
    V - Value class.


    public class StringValuePair<V>
    extends KeyValuePair<java.lang.String,V>
    Key-value pair with a String key.
    • Constructor Summary

      Constructors 
      Constructor Description
      StringValuePair​(java.lang.String key, V value)
      Creates a new pair.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • StringValuePair

        public StringValuePair​(java.lang.String key,
                               V value)
        Creates a new pair.
        Parameters:
        key - Pair key.
        value - Pair value.