インタフェース SPatchesPacked<V,P extends SPatch>
- 既知の実装クラスのリスト:
SListPatchesPacked,SListPatchesPackedImpl,SMapPatchesPacked,SMapPatchesPackedImpl,SMovableListPatchesPacked,SMovableListPatchesPackedImpl,SPatchesPackedImpl,SQueuePatchesPacked,SQueuePatchesPackedImpl
public interface SPatchesPacked<V,P extends SPatch>
-
メソッドの概要
修飾子とタイプメソッド説明longgetReset()longbooleanisApplicable(long revision, boolean hasNoPatches, boolean isSoft) booleanisEmpty()voidserialize(com.fasterxml.jackson.core.JsonGenerator gen)
-
メソッドの詳細
-
getStartRevision
long getStartRevision() -
getEndRevision
long getEndRevision() -
getReset
P getReset() -
getRevisionToMap
NavigableMap<Long,P> getRevisionToMap() -
serialize
- 例外:
IOException
-
isApplicable
boolean isApplicable(long revision, boolean hasNoPatches, boolean isSoft) -
isEmpty
boolean isEmpty() -
apply
-