クラス SQueueValues<V>

java.lang.Object
org.wcardinal.controller.data.internal.SQueueValues<V>
すべての実装されたインタフェース:
Iterable<V>, Collection<V>, Queue<V>

public class SQueueValues<V> extends Object implements Queue<V>
  • コンストラクタの詳細

    • 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

      public boolean contains(Object o)
      定義:
      contains インタフェース内 Collection<V>
    • containsAll

      public boolean containsAll(Collection<?> c)
      定義:
      containsAll インタフェース内 Collection<V>
    • add

      public boolean add(V value)
      定義:
      add インタフェース内 Collection<V>
      定義:
      add インタフェース内 Queue<V>
    • addAll

      public boolean addAll(Collection<? extends V> c)
      定義:
      addAll インタフェース内 Collection<V>
    • remove

      public V remove()
      定義:
      remove インタフェース内 Queue<V>
    • isEmpty

      public boolean isEmpty()
      定義:
      isEmpty インタフェース内 Collection<V>
    • iterator

      public org.wcardinal.controller.data.internal.SQueueValuesIterator<V> iterator()
      定義:
      iterator インタフェース内 Collection<V>
      定義:
      iterator インタフェース内 Iterable<V>
    • remove

      public boolean remove(Object o)
      定義:
      remove インタフェース内 Collection<V>
    • removeAll

      public boolean removeAll(Collection<?> c)
      定義:
      removeAll インタフェース内 Collection<V>
    • retainAll

      public boolean retainAll(Collection<?> c)
      定義:
      retainAll インタフェース内 Collection<V>
    • toArray

      public Object[] toArray()
      定義:
      toArray インタフェース内 Collection<V>
    • toArray

      public <T> T[] toArray(T[] a)
      定義:
      toArray インタフェース内 Collection<V>
    • element

      public V element()
      定義:
      element インタフェース内 Queue<V>
    • offer

      public boolean offer(V value)
      定義:
      offer インタフェース内 Queue<V>
    • peek

      public V peek()
      定義:
      peek インタフェース内 Queue<V>
    • poll

      public V poll()
      定義:
      poll インタフェース内 Queue<V>
    • toString

      public String toString()
      オーバーライド:
      toString クラス内 Object
    • equals

      public boolean equals(Object other)
      定義:
      equals インタフェース内 Collection<V>
      オーバーライド:
      equals クラス内 Object
    • equals

      public boolean equals(Collection<? extends V> other)