Class URITrie.Result<V>
java.lang.Object
com.blackrook.small.struct.URITrie.Result<V>
- Type Parameters:
V- the value that this holds.
Result class after a URITrie search.
- Author:
- Matthew Tropiano
-
Method Details
-
hasValue
public boolean hasValue()Checks if this result has a found value in it.- Returns:
- true if so, false if not.
-
getValue
-
getRemainder
Gets the path remainder, if this is a "default" path.- Returns:
- the path remainder.
-
getPathVariables
-