クラス SMovableListPatchReset<V>
java.lang.Object
org.wcardinal.controller.data.internal.SListPatchReset<V>
org.wcardinal.controller.data.internal.SMovableListPatchReset<V>
- すべての実装されたインタフェース:
SListPatch<V>,SMovableListPatch<V>,SPatch
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidapply(List<V> list, NavigableMap<Integer, V> added, NavigableMap<Integer, V> removed, NavigableMap<Integer, SList.Update<V>> updated, List<SMovableList.Move<V>> newMoved) static <V> SMovableListPatchReset<V>deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext ctxt, com.fasterxml.jackson.databind.JavaType valueType) voidmove(int oldIndex, int newIndex) クラスから継承されたメソッド org.wcardinal.controller.data.internal.SListPatchReset
add, addAll, apply, getWeight, isReset, remove, serialize, setクラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
コンストラクタの詳細
-
SMovableListPatchReset
-
-
メソッドの詳細
-
move
public void move(int oldIndex, int newIndex) - 定義:
moveインタフェース内SMovableListPatch<V>
-
deserialize
public static <V> SMovableListPatchReset<V> deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext ctxt, com.fasterxml.jackson.databind.JavaType valueType) throws IOException, com.fasterxml.jackson.core.JsonProcessingException - 例外:
IOExceptioncom.fasterxml.jackson.core.JsonProcessingException
-