public class LjtTimeoutLinkedList.Entry extends Object
| 修飾子とタイプ | メソッドと説明 |
|---|---|
LjtTimeoutLinkedList.Entry |
addBefore(Object o)
前に追加します。
|
Object |
getElement()
要素を返します。
|
LjtTimeoutLinkedList.Entry |
getNext()
次のエントリを返します。
|
LjtTimeoutLinkedList.Entry |
getPrevious()
前のエントリを返します。
|
void |
remove()
要素を削除します。
|
public Object getElement()
public LjtTimeoutLinkedList.Entry getNext()
public LjtTimeoutLinkedList.Entry getPrevious()
public void remove()
public LjtTimeoutLinkedList.Entry addBefore(Object o)
o - 要素Copyright © 2015 The DBFlute Project. All rights reserved.