クラス
org.seasar.util.collection.SLinkedList.Entry の使用

SLinkedList.Entry を使用しているパッケージ
org.seasar.util.collection コレクションやマップ、配列を扱うユーティリティを提供します。 
 

org.seasar.util.collection での SLinkedList.Entry の使用
 

SLinkedList.Entry として宣言されている org.seasar.util.collection のフィールド
protected  SLinkedList.Entry SLinkedList.Entry.next
          次のエントリ
protected  SLinkedList.Entry SLinkedList.Entry.previous
          前のエントリ
 

SLinkedList.Entry を返す org.seasar.util.collection のメソッド
 SLinkedList.Entry SLinkedList.Entry.addBefore(E o)
          前に追加します。
 SLinkedList.Entry SLinkedList.getEntry(int index)
          インデックスで指定された位置のエントリを返します。
 SLinkedList.Entry SLinkedList.getFirstEntry()
          最初のエントリを返します。
 SLinkedList.Entry SLinkedList.getLastEntry()
          最後のエントリを返します。
 SLinkedList.Entry SLinkedList.Entry.getNext()
          次のエントリを返します。
 SLinkedList.Entry SLinkedList.Entry.getPrevious()
          前のエントリを返します。
 



Copyright © 2010-2012 The Seasar Foundation. All Rights Reserved.