public class TimeoutLinkedList.Entry extends Object
| 修飾子とタイプ | メソッドと説明 |
|---|---|
TimeoutLinkedList.Entry |
addBefore(Object o) |
Object |
getElement() |
TimeoutLinkedList.Entry |
getNext() |
TimeoutLinkedList.Entry |
getPrevious() |
void |
remove() |
public Object getElement()
public TimeoutLinkedList.Entry getNext()
public TimeoutLinkedList.Entry getPrevious()
public void remove()
public TimeoutLinkedList.Entry addBefore(Object o)
Copyright © 2015 The DBFlute Project. All rights reserved.