クラス SListSubList<V>
java.lang.Object
org.wcardinal.controller.data.internal.SListSubList<V>
- すべての実装されたインタフェース:
Iterable<V>
,Collection<V>
,List<V>
-
コンストラクタの概要
コンストラクタコンストラクタ説明SListSubList
(SContainer<?, ?> container, List<V> list, List<V> internalList, int fromIndex, int toIndex) -
メソッドの概要
修飾子とタイプメソッド説明void
boolean
boolean
addAll
(int index, Collection<? extends V> values) boolean
addAll
(Collection<? extends V> values) void
clear()
boolean
boolean
containsAll
(Collection<?> targets) boolean
get
(int index) int
boolean
isEmpty()
iterator()
int
lastIndexOf
(Object target) listIterator
(int index) remove
(int index) boolean
boolean
removeAll
(Collection<?> targets) boolean
retainAll
(Collection<?> targets) int
size()
subList
(int fromIndex, int toIndex) Object[]
toArray()
<U> U[]
toArray
(U[] array) toString()
クラスから継承されたメソッド java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
インタフェースから継承されたメソッド java.util.Collection
parallelStream, removeIf, stream, toArray
インタフェースから継承されたメソッド java.util.List
hashCode, replaceAll, sort, spliterator
-
コンストラクタの詳細
-
SListSubList
public SListSubList(SContainer<?, ?> container, List<V> list, List<V> internalList, int fromIndex, int toIndex)
-
-
メソッドの詳細
-
add
-
add
-
addAll
-
addAll
-
clear
public void clear() -
contains
-
containsAll
- 定義:
containsAll
インタフェース内Collection<V>
- 定義:
containsAll
インタフェース内List<V>
-
get
-
indexOf
-
lastIndexOf
- 定義:
lastIndexOf
インタフェース内List<V>
-
isEmpty
public boolean isEmpty() -
iterator
-
listIterator
- 定義:
listIterator
インタフェース内List<V>
-
listIterator
- 定義:
listIterator
インタフェース内List<V>
-
remove
-
remove
-
removeAll
-
retainAll
-
set
-
size
public int size() -
subList
-
toArray
-
toArray
public <U> U[] toArray(U[] array) -
toString
-
equals
-