Class SubstringMap.SubstringMatch<V>

  • Enclosing class:
    SubstringMap<V>

    public static final class SubstringMap.SubstringMatch<V>
    extends java.lang.Object
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()  
      V getValue()  
      • Methods inherited from class java.lang.Object

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

      • SubstringMatch

        public SubstringMatch​(java.lang.String key,
                              V value)
    • Method Detail

      • getKey

        public java.lang.String getKey()
      • getValue

        public V getValue()