インタフェース SPatchesPacked<V,P extends SPatch>

既知の実装クラスのリスト:
SListPatchesPacked, SListPatchesPackedImpl, SMapPatchesPacked, SMapPatchesPackedImpl, SMovableListPatchesPacked, SMovableListPatchesPackedImpl, SPatchesPackedImpl, SQueuePatchesPacked, SQueuePatchesPackedImpl

public interface SPatchesPacked<V,P extends SPatch>
  • メソッドの詳細

    • getStartRevision

      long getStartRevision()
    • getEndRevision

      long getEndRevision()
    • getReset

      P getReset()
    • getRevisionToMap

      NavigableMap<Long,P> getRevisionToMap()
    • serialize

      void serialize(com.fasterxml.jackson.core.JsonGenerator gen) throws IOException
      例外:
      IOException
    • isApplicable

      boolean isApplicable(long revision, boolean hasNoPatches, boolean isSoft)
    • isEmpty

      boolean isEmpty()
    • apply

      SChange apply(long revision, V value)