クラス SQueueValues<V>
java.lang.Object
org.wcardinal.controller.data.internal.SQueueValues<V>
- すべての実装されたインタフェース:
Iterable<V>
,Collection<V>
,Queue<V>
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明boolean
boolean
addAll
(Collection<? extends V> c) void
clear()
boolean
boolean
containsAll
(Collection<?> c) element()
boolean
boolean
equals
(Collection<? extends V> other) int
boolean
isEmpty()
org.wcardinal.controller.data.internal.SQueueValuesIterator<V>
iterator()
static int
nextSize
(int base, int target) boolean
peek()
poll()
remove()
boolean
boolean
removeAll
(Collection<?> c) boolean
retainAll
(Collection<?> c) void
setCapacity
(int capacity) int
size()
Object[]
toArray()
<T> T[]
toArray
(T[] a) toString()
クラスから継承されたメソッド java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
インタフェースから継承されたメソッド java.util.Collection
hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
コンストラクタの詳細
-
SQueueValues
public SQueueValues()
-
-
メソッドの詳細
-
getCapacity
public int getCapacity() -
setCapacity
public void setCapacity(int capacity) -
nextSize
public static int nextSize(int base, int target) -
size
public int size()- 定義:
size
インタフェース内Collection<V>
-
clear
public void clear()- 定義:
clear
インタフェース内Collection<V>
-
contains
- 定義:
contains
インタフェース内Collection<V>
-
containsAll
- 定義:
containsAll
インタフェース内Collection<V>
-
add
-
addAll
- 定義:
addAll
インタフェース内Collection<V>
-
remove
-
isEmpty
public boolean isEmpty()- 定義:
isEmpty
インタフェース内Collection<V>
-
iterator
-
remove
- 定義:
remove
インタフェース内Collection<V>
-
removeAll
- 定義:
removeAll
インタフェース内Collection<V>
-
retainAll
- 定義:
retainAll
インタフェース内Collection<V>
-
toArray
- 定義:
toArray
インタフェース内Collection<V>
-
toArray
public <T> T[] toArray(T[] a) - 定義:
toArray
インタフェース内Collection<V>
-
element
-
offer
-
peek
-
poll
-
toString
-
equals
- 定義:
equals
インタフェース内Collection<V>
- オーバーライド:
equals
クラス内Object
-
equals
-