クラス SMovableListImpl<V>
java.lang.Object
org.wcardinal.controller.data.SList<V>
org.wcardinal.controller.data.SMovableList<V>
org.wcardinal.controller.data.internal.SMovableListImpl<V>
- すべての実装されたインタフェース:
Iterable<V>
,Collection<V>
,List<V>
,SContainer<List<V>,
,SPatchesPacked<List<V>, SMovableListPatch<V>>> SMovableListContainer<V>
,SLockable
,SVariable
,ControllerDynamicInfoHandler
,Unlockable
@Component
@Scope("prototype")
public class SMovableListImpl<V>
extends SMovableList<V>
implements SMovableListContainer<V>, ControllerDynamicInfoHandler
-
ネストされたクラスの概要
クラスから継承されたネストされたクラス/インタフェース org.wcardinal.controller.data.SMovableList
SMovableList.Move<V>
クラスから継承されたネストされたクラス/インタフェース org.wcardinal.controller.data.SList
SList.Update<V>
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明void
boolean
boolean
addAll
(int index, Collection<? extends V> values) boolean
addAll
(Collection<? extends V> values) void
void
clear()
boolean
clearAndAdd
(V value) Clear this list and then appends the specified element to this list.boolean
clearAndAddAll
(Collection<? extends V> values) Clear this list and then appends the specified elements to this list.boolean
compact()
boolean
boolean
containsAll
(Collection<?> values) boolean
get
(int index) 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) int
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()
int
lastIndexOf
(Object value) listIterator
(int index) lock()
Locks this instance.void
move
(int oldIndex, int newIndex) Moves the element at the indexoldIndex
to the indexnewIndex
.void
onPatches
(Object except, SPatchesPacked<List<V>, SMovableListPatch<V>> patches) remove
(int index) boolean
boolean
removeAll
(Collection<?> targets) void
removeOrigin
(Object origin) void
Replaces the existing elements with the specified elements if the existing elements are not equal to the specified elements.reset
(int index) Resets the specified index and returns the value at the specified index.boolean
retainAll
(Collection<?> targets) void
setRevision
(long revision) int
size()
subList
(int fromIndex, int toIndex) Object[]
toArray()
<U> U[]
toArray
(U[] array) void
toDirty()
Marks all the elements as updated.void
toDirty
(int index) Marks the element of the specified index as updated.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
parallelStream, removeIf, stream, toArray
インタフェースから継承されたメソッド java.util.List
hashCode, replaceAll, sort, spliterator
-
コンストラクタの詳細
-
SMovableListImpl
public SMovableListImpl()
-
-
メソッドの詳細
-
init
public void init(String name, SContainerParent parent, AutoCloseableReentrantLock lock, org.springframework.core.ResolvableType type, EnumSet<Property> properties) - 定義:
init
インタフェース内SContainer<List<V>,
SPatchesPacked<List<V>, SMovableListPatch<V>>>
-
getName
- 定義:
getName
インタフェース内SContainer<List<V>,
SPatchesPacked<List<V>, SMovableListPatch<V>>>
-
getRevision
public long getRevision()- 定義:
getRevision
インタフェース内SContainer<List<V>,
SPatchesPacked<List<V>, SMovableListPatch<V>>>
-
setRevision
public void setRevision(long revision) - 定義:
setRevision
インタフェース内SContainer<List<V>,
SPatchesPacked<List<V>, SMovableListPatch<V>>>
-
getValue
- 定義:
getValue
インタフェース内SContainer<List<V>,
SPatchesPacked<List<V>, SMovableListPatch<V>>>
-
getParent
- 定義:
getParent
インタフェース内SContainer<List<V>,
SPatchesPacked<List<V>, SMovableListPatch<V>>>
-
getLock
- 定義:
getLock
インタフェース内SContainer<List<V>,
SPatchesPacked<List<V>, SMovableListPatch<V>>>
-
getType
public org.springframework.core.ResolvableType getType()- 定義:
getType
インタフェース内SContainer<List<V>,
SPatchesPacked<List<V>, SMovableListPatch<V>>>
-
addOrigin
- 定義:
addOrigin
インタフェース内SContainer<List<V>,
SPatchesPacked<List<V>, SMovableListPatch<V>>>
-
removeOrigin
- 定義:
removeOrigin
インタフェース内SContainer<List<V>,
SPatchesPacked<List<V>, SMovableListPatch<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<List<V>,
SPatchesPacked<List<V>, SMovableListPatch<V>>>
-
compact
public boolean compact()- 定義:
compact
インタフェース内SContainer<List<V>,
SPatchesPacked<List<V>, SMovableListPatch<V>>>
-
onPatches
- 定義:
onPatches
インタフェース内SContainer<List<V>,
SPatchesPacked<List<V>, SMovableListPatch<V>>>
-
toDirty
public void toDirty(int index) クラスからコピーされた説明:SList
Marks the element of the specified index as updated. -
toDirty
public void toDirty()クラスからコピーされた説明:SList
Marks all the elements as updated. -
add
-
add
-
addAll
-
addAll
-
clear
public void clear() -
contains
-
containsAll
- 定義:
containsAll
インタフェース内Collection<V>
- 定義:
containsAll
インタフェース内List<V>
-
get
-
indexOf
-
isEmpty
public boolean isEmpty() -
iterator
-
lastIndexOf
- 定義:
lastIndexOf
インタフェース内List<V>
-
listIterator
- 定義:
listIterator
インタフェース内List<V>
-
listIterator
- 定義:
listIterator
インタフェース内List<V>
-
remove
-
remove
-
removeAll
-
retainAll
-
set
-
reset
クラスからコピーされた説明:SList
Resets the specified index and returns the value at the specified index. -
move
public void move(int oldIndex, int newIndex) クラスからコピーされた説明:SMovableList
Moves the element at the indexoldIndex
to the indexnewIndex
.- 定義:
move
クラス内SMovableList<V>
- パラメータ:
oldIndex
- index of the element to be movednewIndex
- index where the element is moved to
-
size
public int size() -
subList
-
toArray
-
toArray
public <U> U[] toArray(U[] array) -
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<List<V>,
SPatchesPacked<List<V>, SMovableListPatch<V>>> - 定義:
isInitialized
インタフェース内SVariable
- 戻り値:
- true if this is initialized
-
initialize
public void initialize()インタフェースからコピーされた説明:SVariable
Initialize this.- 定義:
initialize
インタフェース内SVariable
-
initialize
- 定義:
initialize
インタフェース内SContainer<List<V>,
SPatchesPacked<List<V>, SMovableListPatch<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. -
replace
クラスからコピーされた説明:SList
Replaces the existing elements with the specified elements if the existing elements are not equal to the specified elements. For testing the equality of elements,V#equals(Object)
is used. -
toString
-
equals
-
clearAndAdd
クラスからコピーされた説明:SList
Clear this list and then appends the specified element to this list.- 定義:
clearAndAdd
クラス内SList<V>
- パラメータ:
value
- element to be appended to this list- 戻り値:
- true
-
clearAndAddAll
クラスからコピーされた説明:SList
Clear this list and then appends the specified elements to this list.- 定義:
clearAndAddAll
クラス内SList<V>
- パラメータ:
values
- elements to be appended to this list- 戻り値:
- true if this list is changed as a result of the call
-