| 限定符和类型 | 字段和说明 |
|---|---|
protected PathHandler<T> |
handler |
protected Chain.IntMap<Chain.Node> |
matchJump
节点匹配跳转
匹配结果code
RouteHandler.match(Context) -> 节点链 |
protected Chain.Node |
next |
protected Chain.Node |
prev |
| 限定符 | 构造器和说明 |
|---|---|
protected |
Node(Chain.Node prev,
PathHandler<T> handler,
Chain.Node next) |
protected final PathHandler<T extends Context> handler
protected Chain.Node prev
protected Chain.Node next
protected Chain.IntMap<Chain.Node> matchJump
RouteHandler.match(Context) -> 节点链protected Node(Chain.Node prev, PathHandler<T> handler, Chain.Node next)
Copyright © 2023. All rights reserved.