クラス SPatches<V,P extends SPatch>

java.lang.Object
org.wcardinal.controller.data.internal.SPatches<V,P>
直系の既知のサブクラス:
SListPatches, SMapPatches, SQueuePatches

public abstract class SPatches<V,P extends SPatch> extends Object
  • コンストラクタの詳細

    • SPatches

      public SPatches()
  • メソッドの詳細

    • getOrCreate

      protected P getOrCreate(long revision)
    • clear

      public void clear(long revision)
    • compact

      public void compact(long authorizedRevision)
    • apply

      public void apply(long revision, SPatchesPacked<V,P> other)
    • 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()