Package | Description |
---|---|
com.sun.jersey.server.impl.uri.rules.automata |
Modifier and Type | Field and Description |
---|---|
protected TrieArc<T> |
TrieArc.next
Next alternative node if this node does not match.
|
Modifier and Type | Method and Description |
---|---|
protected TrieArc<T> |
TrieNode.getFirstArc()
firstArch getter.
|
protected TrieArc<T> |
TrieNode.matchExitArc(CharSequence seq,
int i)
Search for a matching escape character in a wildcard sequence.
|
Copyright © 2013 Oracle Corporation. All rights reserved.