クラス SQueueValues<V>
java.lang.Object
org.wcardinal.controller.data.internal.SQueueValues<V>
- すべての実装されたインタフェース:
Iterable<V>,Collection<V>,Queue<V>
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明booleanbooleanaddAll(Collection<? extends V> c) voidclear()booleanbooleancontainsAll(Collection<?> c) element()booleanbooleanequals(Collection<? extends V> other) intbooleanisEmpty()org.wcardinal.controller.data.internal.SQueueValuesIterator<V>iterator()static intnextSize(int base, int target) booleanpeek()poll()remove()booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) voidsetCapacity(int capacity) intsize()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
-