インタフェース SPatchesPacked<V,P extends SPatch>
- 既知の実装クラスのリスト:
SListPatchesPacked
,SListPatchesPackedImpl
,SMapPatchesPacked
,SMapPatchesPackedImpl
,SMovableListPatchesPacked
,SMovableListPatchesPackedImpl
,SPatchesPackedImpl
,SQueuePatchesPacked
,SQueuePatchesPackedImpl
public interface SPatchesPacked<V,P extends SPatch>
-
メソッドの概要
修飾子とタイプメソッド説明long
getReset()
long
boolean
isApplicable
(long revision, boolean hasNoPatches, boolean isSoft) boolean
isEmpty()
void
serialize
(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
-