クラスの使用
org.piax.gtrans.ov.ddll.Node.InsertionResult
| パッケージ | 説明 |
|---|---|
| org.piax.gtrans.ov.ddll |
-
org.piax.gtrans.ov.ddllでのNode.InsertionResultの使用
Node.InsertionResultを返すorg.piax.gtrans.ov.ddllのメソッド 修飾子とタイプ メソッド 説明 static Node.InsertionResultNode.InsertionResult. getFailureInstance()static Node.InsertionResultNode.InsertionResult. getSuccessInstance()Node.InsertionResultNode. insert(Node.InsertPoint pos)insert this node to a linked-list by specifying the immediate left and right nodes.Node.InsertionResultNode. 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.protected Node.InsertionResultNode. insert0(Node.InsertPoint p)insert a node between two nodes specified by anNode.InsertPointinstance.