org.seasar.framework.util
クラス SLinkedList.Entry

java.lang.Object
  拡張org.seasar.framework.util.SLinkedList.Entry
含まれているクラス:
SLinkedList

public final class SLinkedList.Entry
extends Object


メソッドの概要
 SLinkedList.Entry addBefore(Object o)
           
 Object getElement()
           
 SLinkedList.Entry getNext()
           
 SLinkedList.Entry getPrevious()
           
 void remove()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

getElement

public Object getElement()

getNext

public SLinkedList.Entry getNext()

getPrevious

public SLinkedList.Entry getPrevious()

remove

public void remove()

addBefore

public SLinkedList.Entry addBefore(Object o)


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.