Package io.undertow.util
Class SubstringMap.SubstringMatch<V>
- java.lang.Object
-
- io.undertow.util.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()
-