|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.util.collection.SLinkedList.Entry
public class SLinkedList.Entry
要素を格納するエントリです。
フィールドの概要 | |
---|---|
protected E |
element
要素 |
protected SLinkedList.Entry |
next
次のエントリ |
protected SLinkedList.Entry |
previous
前のエントリ |
メソッドの概要 | |
---|---|
SLinkedList.Entry |
addBefore(E o)
前に追加します。 |
E |
getElement()
要素を返します。 |
SLinkedList.Entry |
getNext()
次のエントリを返します。 |
SLinkedList.Entry |
getPrevious()
前のエントリを返します。 |
void |
remove()
要素を削除します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected E element
protected SLinkedList.Entry next
protected SLinkedList.Entry previous
メソッドの詳細 |
---|
public E getElement()
public SLinkedList.Entry getNext()
public SLinkedList.Entry getPrevious()
public void remove()
public SLinkedList.Entry addBefore(E o)
o
- 要素
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |