クラス SPatches<V,P extends SPatch>
java.lang.Object
org.wcardinal.controller.data.internal.SPatches<V,P>
- 直系の既知のサブクラス:
SListPatches
,SMapPatches
,SQueuePatches
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明void
apply
(long revision, SPatchesPacked<V, P> other) void
clear()
void
clear
(long revision) void
compact
(long authorizedRevision) protected boolean
containsNoPatchesOf
(long authorizedRevision) protected boolean
protected P
getOrCreate
(long revision) boolean
isEmpty()
void
reset
(long revision) void
resetIfTooHeavy
(int weightCriteria)
-
コンストラクタの詳細
-
SPatches
public SPatches()
-
-
メソッドの詳細
-
getOrCreate
-
clear
public void clear(long revision) -
compact
public void compact(long authorizedRevision) -
apply
-
reset
public void reset(long revision) -
resetIfTooHeavy
public void resetIfTooHeavy(int weightCriteria) -
containsReset
protected boolean containsReset() -
containsNoPatchesOf
protected boolean containsNoPatchesOf(long authorizedRevision) -
pack
public SPatchesPacked<V,P> pack(long authorizedRevision, boolean forceReset, long revision, V value, boolean isSoft) -
isEmpty
public boolean isEmpty() -
clear
public void clear()
-