クラス SQueueImpl<V>
java.lang.Object
org.wcardinal.controller.data.SROQueue<T>
org.wcardinal.controller.data.SQueue<V>
org.wcardinal.controller.data.internal.SQueueImpl<V>
- すべての実装されたインタフェース:
Iterable<V>
,Collection<V>
,Queue<V>
,SContainer<SQueueValues<V>,
,SPatchesPacked<SQueueValues<V>, SQueuePatch<V>>> SQueueContainer<V>
,SLockable
,SVariable
,ControllerDynamicInfoHandler
,Unlockable
@Component
@Scope("prototype")
public class SQueueImpl<V>
extends SQueue<V>
implements SQueueContainer<V>, ControllerDynamicInfoHandler
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明boolean
boolean
addAll
(Collection<? extends V> elements) void
void
clear()
boolean
clearAndAdd
(V element) Clear this queue and then appends the specified element to this queue.boolean
clearAndAddAll
(Collection<? extends V> elements) Clear this queue and then appends the specified elements to this queue.boolean
clearAndOffer
(V value) Clear this queue and then appends the specified element to this queue without raising an exception.boolean
clearAndOfferAll
(Collection<? extends V> values) Clear this queue and then appends the specified elements to this queue.boolean
compact()
boolean
boolean
containsAll
(Collection<?> elements) element()
boolean
boolean
equals
(Collection<? extends V> other) Returns true if the specified target is equal to this.int
Returns the capacity.getLock()
getName()
long
org.springframework.core.ResolvableType
getType()
getValue()
void
handle
(Object origin, Map<String, SData> nameToSData, Map<String, DynamicDataObject> nameToData, long senderId) void
handle
(Object origin, SetDynamicDataMap map) void
init
(String name, SContainerParent parent, AutoCloseableReentrantLock lock, org.springframework.core.ResolvableType type, EnumSet<Property> properties) void
Initialize this.void
initialize
(Object except) boolean
isEmpty()
boolean
Returns true if this is initialized.boolean
isLocked()
Returns true if this instance is locked.boolean
Returns true if this is non-null.boolean
Returns true if this is read-only.boolean
isSoft()
iterator()
lock()
Locks this instance.boolean
boolean
boolean
onAddAll
(Collection<? extends V> values) void
onCapacity
(int capacity) void
onChange()
void
onClear()
void
onInitialize
(Object except) void
onPatches
(Object except, SPatchesPacked<SQueueValues<V>, SQueuePatch<V>> patches) void
onRemove()
peek()
poll()
remove()
boolean
boolean
removeAll
(Collection<?> targets) void
removeOrigin
(Object origin) boolean
retainAll
(Collection<?> targets) int
setCapacity
(int newCapacity) Sets to the specified capacity.void
setRevision
(long revision) int
size()
Object[]
toArray()
<U> U[]
toArray
(U[] array) toString()
boolean
tryLock()
Tries to lock this instance.boolean
Tries to lock this instance.void
unlock()
Unlocks this instance.void
Unlocks this instance.クラスから継承されたメソッド java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
インタフェースから継承されたメソッド java.util.Collection
hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
コンストラクタの詳細
-
SQueueImpl
public SQueueImpl()
-
-
メソッドの詳細
-
init
public void init(String name, SContainerParent parent, AutoCloseableReentrantLock lock, org.springframework.core.ResolvableType type, EnumSet<Property> properties) - 定義:
init
インタフェース内SContainer<SQueueValues<V>,
SPatchesPacked<SQueueValues<V>, SQueuePatch<V>>>
-
getName
- 定義:
getName
インタフェース内SContainer<SQueueValues<V>,
SPatchesPacked<SQueueValues<V>, SQueuePatch<V>>>
-
getRevision
public long getRevision()- 定義:
getRevision
インタフェース内SContainer<SQueueValues<V>,
SPatchesPacked<SQueueValues<V>, SQueuePatch<V>>>
-
setRevision
public void setRevision(long revision) - 定義:
setRevision
インタフェース内SContainer<SQueueValues<V>,
SPatchesPacked<SQueueValues<V>, SQueuePatch<V>>>
-
getValue
- 定義:
getValue
インタフェース内SContainer<SQueueValues<V>,
SPatchesPacked<SQueueValues<V>, SQueuePatch<V>>>
-
getParent
- 定義:
getParent
インタフェース内SContainer<SQueueValues<V>,
SPatchesPacked<SQueueValues<V>, SQueuePatch<V>>>
-
getLock
- 定義:
getLock
インタフェース内SContainer<SQueueValues<V>,
SPatchesPacked<SQueueValues<V>, SQueuePatch<V>>>
-
getType
public org.springframework.core.ResolvableType getType()- 定義:
getType
インタフェース内SContainer<SQueueValues<V>,
SPatchesPacked<SQueueValues<V>, SQueuePatch<V>>>
-
addOrigin
- 定義:
addOrigin
インタフェース内SContainer<SQueueValues<V>,
SPatchesPacked<SQueueValues<V>, SQueuePatch<V>>>
-
removeOrigin
- 定義:
removeOrigin
インタフェース内SContainer<SQueueValues<V>,
SPatchesPacked<SQueueValues<V>, SQueuePatch<V>>>
-
handle
- 定義:
handle
インタフェース内ControllerDynamicInfoHandler
-
handle
public void handle(Object origin, Map<String, SData> nameToSData, Map<String, DynamicDataObject> nameToData, long senderId) - 定義:
handle
インタフェース内ControllerDynamicInfoHandler
-
isSoft
public boolean isSoft()- 定義:
isSoft
インタフェース内SContainer<SQueueValues<V>,
SPatchesPacked<SQueueValues<V>, SQueuePatch<V>>>
-
compact
public boolean compact()- 定義:
compact
インタフェース内SContainer<SQueueValues<V>,
SPatchesPacked<SQueueValues<V>, SQueuePatch<V>>>
-
onAdd
- 定義:
onAdd
インタフェース内SQueueContainer<V>
-
onAddAll
- 定義:
onAddAll
インタフェース内SQueueContainer<V>
-
onRemove
public void onRemove()- 定義:
onRemove
インタフェース内SQueueContainer<V>
-
onClear
public void onClear()- 定義:
onClear
インタフェース内SQueueContainer<V>
-
onCapacity
public void onCapacity(int capacity) - 定義:
onCapacity
インタフェース内SQueueContainer<V>
-
onChange
public void onChange()- 定義:
onChange
インタフェース内SQueueContainer<V>
-
onInitialize
- 定義:
onInitialize
インタフェース内SQueueContainer<V>
-
onPatches
- 定義:
onPatches
インタフェース内SContainer<SQueueValues<V>,
SPatchesPacked<SQueueValues<V>, SQueuePatch<V>>>
-
add
-
addAll
- 定義:
addAll
インタフェース内Collection<V>
-
clear
public void clear()- 定義:
clear
インタフェース内Collection<V>
-
contains
- 定義:
contains
インタフェース内Collection<V>
-
containsAll
- 定義:
containsAll
インタフェース内Collection<V>
-
isEmpty
public boolean isEmpty()- 定義:
isEmpty
インタフェース内Collection<V>
-
iterator
-
remove
- 定義:
remove
インタフェース内Collection<V>
-
removeAll
- 定義:
removeAll
インタフェース内Collection<V>
-
retainAll
- 定義:
retainAll
インタフェース内Collection<V>
-
size
public int size()- 定義:
size
インタフェース内Collection<V>
-
toArray
- 定義:
toArray
インタフェース内Collection<V>
-
toArray
public <U> U[] toArray(U[] array) - 定義:
toArray
インタフェース内Collection<V>
-
isReadOnly
public boolean isReadOnly()インタフェースからコピーされた説明:SVariable
Returns true if this is read-only.- 定義:
isReadOnly
インタフェース内SVariable
- 戻り値:
- true if this is read-only
-
isNonNull
public boolean isNonNull()インタフェースからコピーされた説明:SVariable
Returns true if this is non-null. -
isInitialized
public boolean isInitialized()インタフェースからコピーされた説明:SVariable
Returns true if this is initialized.- 定義:
isInitialized
インタフェース内SContainer<SQueueValues<V>,
SPatchesPacked<SQueueValues<V>, SQueuePatch<V>>> - 定義:
isInitialized
インタフェース内SVariable
- 戻り値:
- true if this is initialized
-
initialize
public void initialize()インタフェースからコピーされた説明:SVariable
Initialize this.- 定義:
initialize
インタフェース内SVariable
-
initialize
- 定義:
initialize
インタフェース内SContainer<SQueueValues<V>,
SPatchesPacked<SQueueValues<V>, SQueuePatch<V>>>
-
lock
インタフェースからコピーされた説明:SLockable
Locks this instance. -
tryLock
public boolean tryLock()インタフェースからコピーされた説明:SLockable
Tries to lock this instance. -
tryLock
インタフェースからコピーされた説明:SLockable
Tries to lock this instance. -
isLocked
public boolean isLocked()インタフェースからコピーされた説明:SLockable
Returns true if this instance is locked. -
unlock
public void unlock()インタフェースからコピーされた説明:SLockable
Unlocks this instance.- 定義:
unlock
インタフェース内SLockable
- 定義:
unlock
インタフェース内Unlockable
-
unlock
インタフェースからコピーされた説明:SLockable
Unlocks this instance. -
toString
-
equals
- 定義:
equals
インタフェース内Collection<V>
- オーバーライド:
equals
クラス内Object
-
equals
クラスからコピーされた説明:SROQueue
Returns true if the specified target is equal to this. -
clearAndAdd
クラスからコピーされた説明:SROQueue
Clear this queue and then appends the specified element to this queue.- 定義:
clearAndAdd
クラス内SROQueue<V>
- パラメータ:
element
- element to be appended to this queue- 戻り値:
- true
-
clearAndAddAll
クラスからコピーされた説明:SROQueue
Clear this queue and then appends the specified elements to this queue.- 定義:
clearAndAddAll
クラス内SROQueue<V>
- パラメータ:
elements
- elements to be appended to this queue- 戻り値:
- true if this queue is changed as a result of the call
-
element
-
offer
-
clearAndOffer
クラスからコピーされた説明:SROQueue
Clear this queue and then appends the specified element to this queue without raising an exception.- 定義:
clearAndOffer
クラス内SROQueue<V>
- パラメータ:
value
- element to be appended to this queue- 戻り値:
- true if the specified element is successfully appended
-
clearAndOfferAll
クラスからコピーされた説明:SROQueue
Clear this queue and then appends the specified elements to this queue.- 定義:
clearAndOfferAll
クラス内SROQueue<V>
- パラメータ:
values
- elements to be appended to this queue- 戻り値:
- true if this queue is changed as a result of the call
-
peek
-
poll
-
remove
-
setCapacity
public int setCapacity(int newCapacity) クラスからコピーされた説明:SROQueue
Sets to the specified capacity. Older elements are removed to fit to the specified capacity if the number of elements this queue has is larger than the specified capacity.- 定義:
setCapacity
クラス内SROQueue<V>
- パラメータ:
newCapacity
- the new capacity- 戻り値:
- the previous capacity
-
getCapacity
public int getCapacity()クラスからコピーされた説明:SROQueue
Returns the capacity.- 定義:
getCapacity
クラス内SROQueue<V>
- 戻り値:
- the capacity
-