|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.aflow.util.CoinsList | +--coins.aflow.util.CoinsList.SubList
入れ子クラスの概要 |
クラス coins.aflow.util.CoinsList から継承した入れ子クラス |
CoinsList.Entry, CoinsList.Itr, CoinsList.SubList |
フィールドの概要 |
クラス coins.aflow.util.CoinsList から継承したフィールド |
fIterators, header, modCount, size |
コンストラクタの概要 | |
(パッケージプライベート) |
CoinsList.SubList(CoinsList list,
int fromIndex,
int toIndex)
|
メソッドの概要 | |
void |
add(int index,
java.lang.Object element)
Inserts the specified element at the specified position in this list. |
boolean |
addAll(java.util.Collection c)
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator. |
boolean |
addAll(int index,
java.util.Collection c)
Inserts all of the elements in the specified collection into this list, starting at the specified position. |
java.lang.Object |
get(int index)
Returns the element at the specified position in this list. |
java.util.Iterator |
iterator()
|
java.util.ListIterator |
listIterator(int index)
|
java.lang.Object |
remove(int index)
Removes the element at the specified position in this list. |
java.lang.Object |
set(int index,
java.lang.Object element)
Replaces the element at the specified position in this list with the specified element. |
int |
size()
Returns the number of elements in this list. |
java.util.List |
subList(int fromIndex,
int toIndex)
|
クラス coins.aflow.util.CoinsList から継承したメソッド |
add, addBefore, addFirst, addLast, clear, clone, coinsIterator, coinsIterator, contains, containsAll, entry, equals, getFirst, getLast, hashCode, indexOf, isEmpty, lastIndexOf, listIterator, notifyIteratorsOfAddition, notifyIteratorsOfClearance, notifyIteratorsOfRemoval, remove, remove, removeAll, removeFirst, removeLast, retainAll, toArray, toArray, toString |
クラス java.lang.Object から継承したメソッド |
finalize, getClass, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
CoinsList.SubList(CoinsList list, int fromIndex, int toIndex)
メソッドの詳細 |
public java.lang.Object set(int index, java.lang.Object element)
CoinsList
の記述:
java.util.List
内の set
CoinsList
内の set
index
- index of element to replace.element
- element to be stored at the specified position.
public java.lang.Object get(int index)
CoinsList
の記述:
java.util.List
内の get
CoinsList
内の get
index
- index of element to return.
public int size()
CoinsList
の記述:
java.util.List
内の size
CoinsList
内の size
public void add(int index, java.lang.Object element)
CoinsList
の記述:
java.util.List
内の add
CoinsList
内の add
index
- index at which the specified element is to be inserted.element
- element to be inserted.public java.lang.Object remove(int index)
CoinsList
の記述:
java.util.List
内の remove
CoinsList
内の remove
index
- the index of the element to removed.
public boolean addAll(java.util.Collection c)
CoinsList
の記述:
java.util.List
内の addAll
CoinsList
内の addAll
c
- the elements to be inserted into this list.public boolean addAll(int index, java.util.Collection c)
CoinsList
の記述:
java.util.List
内の addAll
CoinsList
内の addAll
index
- index at which to insert first element
from the specified collection.c
- elements to be inserted into this list.public java.util.Iterator iterator()
java.util.List
内の iterator
CoinsList
内の iterator
public java.util.ListIterator listIterator(int index)
java.util.List
内の listIterator
CoinsList
内の listIterator
public java.util.List subList(int fromIndex, int toIndex)
java.util.List
内の subList
CoinsList
内の subList
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |