public class LjtTimeoutLinkedList extends Object implements Cloneable, Externalizable
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
LjtTimeoutLinkedList.Entry |
| コンストラクタと説明 |
|---|
LjtTimeoutLinkedList() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
add(int index,
Object element) |
void |
addFirst(Object o) |
void |
addLast(Object o) |
void |
clear() |
Object |
clone() |
boolean |
contains(Object o) |
Object |
get(int index) |
LjtTimeoutLinkedList.Entry |
getEntry(int index) |
Object |
getFirst() |
LjtTimeoutLinkedList.Entry |
getFirstEntry() |
Object |
getLast() |
LjtTimeoutLinkedList.Entry |
getLastEntry() |
int |
indexOf(Object o) |
boolean |
isEmpty() |
void |
readExternal(ObjectInput s) |
Object |
remove(int index) |
boolean |
remove(Object o) |
Object |
removeFirst() |
Object |
removeLast() |
Object |
set(int index,
Object element) |
int |
size() |
Object[] |
toArray() |
void |
writeExternal(ObjectOutput s) |
public LjtTimeoutLinkedList.Entry getFirstEntry()
public Object getFirst()
public LjtTimeoutLinkedList.Entry getLastEntry()
public Object getLast()
public Object removeFirst()
public Object removeLast()
public void addFirst(Object o)
public void addLast(Object o)
public void add(int index,
Object element)
public int size()
public boolean isEmpty()
public boolean contains(Object o)
public boolean remove(Object o)
public Object remove(int index)
public void clear()
public LjtTimeoutLinkedList.Entry getEntry(int index)
public Object get(int index)
public int indexOf(Object o)
public void writeExternal(ObjectOutput s) throws IOException
writeExternal インタフェース内 ExternalizableIOExceptionpublic void readExternal(ObjectInput s) throws IOException, ClassNotFoundException
readExternal インタフェース内 ExternalizableIOExceptionClassNotFoundExceptionpublic Object[] toArray()
Copyright © 2015–2018 The DBFlute Project. All rights reserved.