public class LdiLinkedList extends Object implements Cloneable, Externalizable
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
LdiLinkedList.Entry |
| コンストラクタと説明 |
|---|
LdiLinkedList() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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) |
LdiLinkedList.Entry |
getEntry(int index) |
Object |
getFirst() |
LdiLinkedList.Entry |
getFirstEntry() |
Object |
getLast() |
LdiLinkedList.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 LdiLinkedList.Entry getFirstEntry()
public Object getFirst()
public LdiLinkedList.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 LdiLinkedList.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–2019 The DBFlute Project. All rights reserved.