| パッケージ | 説明 |
|---|---|
| org.piax.gtrans.ov.ddll |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static Node.InsertionResult |
Node.InsertionResult.getFailureInstance() |
static Node.InsertionResult |
Node.InsertionResult.getSuccessInstance() |
Node.InsertionResult |
Node.insert(Link introducer,
int maxRetry)
insert this node to a linked-list by specifying an introducer node, which
is an arbitrary node that has been inserted to the linked-list.
|
Node.InsertionResult |
Node.insert(Node.InsertPoint pos)
insert this node to a linked-list by specifying the immediate left and
right nodes.
|
protected Node.InsertionResult |
Node.insert0(Node.InsertPoint p)
insert a node between two nodes specified by an
Node.InsertPoint
instance. |
Copyright © 2017. All rights reserved.