クラス SMovableListPatchesPacked<V,P extends SMovableListPatch<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,P>
- すべての実装されたインタフェース:
Comparator<SMovableList.Move<V>>,SPatchesPacked<List<V>,P>
- 直系の既知のサブクラス:
SMovableListPatchesPackedImpl
public class SMovableListPatchesPacked<V,P extends SMovableListPatch<V>>
extends SListPatchesPacked<V,P>
implements Comparator<SMovableList.Move<V>>
-
コンストラクタの概要
コンストラクタコンストラクタ説明SMovableListPatchesPacked(long startRevision, long endRevision, NavigableMap<Long, P> revisionToPatch) SMovableListPatchesPacked(long startRevision, long endRevision, P reset) -
メソッドの概要
クラスから継承されたメソッド 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
-
コンストラクタの詳細
-
SMovableListPatchesPacked
-
-
メソッドの詳細
-
apply
- 定義:
applyインタフェース内SPatchesPacked<V,P extends SMovableListPatch<V>> - オーバーライド:
applyクラス内SListPatchesPacked<V,P extends SMovableListPatch<V>>
-
compare
- 定義:
compareインタフェース内Comparator<V>
-