クラス SMovableListPatchesPackedImpl<V>
java.lang.Object
org.wcardinal.controller.data.internal.SPatchesPackedImpl<List<V>,P>
org.wcardinal.controller.data.internal.SListPatchesPacked<V,P>
org.wcardinal.controller.data.internal.SMovableListPatchesPacked<V,SMovableListPatch<V>>
org.wcardinal.controller.data.internal.SMovableListPatchesPackedImpl<V>
- すべての実装されたインタフェース:
Comparator<SMovableList.Move<V>>,SPatchesPacked<List<V>,SMovableListPatch<V>>
public class SMovableListPatchesPackedImpl<V>
extends SMovableListPatchesPacked<V,SMovableListPatch<V>>
-
コンストラクタの概要
コンストラクタコンストラクタ説明SMovableListPatchesPackedImpl(long startRevision, long endRevision, NavigableMap<Long, SMovableListPatch<V>> revisionToPatch) SMovableListPatchesPackedImpl(long startRevision, long endRevision, SMovableListPatch<V> reset) -
メソッドの概要
修飾子とタイプメソッド説明static <V> SMovableListPatchesPackedImpl<V>deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext ctxt, com.fasterxml.jackson.databind.JavaType valueType) クラスから継承されたメソッド org.wcardinal.controller.data.internal.SMovableListPatchesPacked
apply, compareクラスから継承されたメソッド org.wcardinal.controller.data.internal.SPatchesPackedImpl
getEndRevision, getReset, getRevisionToMap, getStartRevision, isApplicable, isEmpty, serializeクラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
コンストラクタの詳細
-
SMovableListPatchesPackedImpl
public SMovableListPatchesPackedImpl(long startRevision, long endRevision, SMovableListPatch<V> reset)
-
-
メソッドの詳細
-
deserialize
public static <V> SMovableListPatchesPackedImpl<V> deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext ctxt, com.fasterxml.jackson.databind.JavaType valueType) throws IOException - 例外:
IOException
-