クラス SQueuePatchesPackedImpl<V>

すべての実装されたインタフェース:
SPatchesPacked<SQueueValues<V>,SQueuePatch<V>>

public class SQueuePatchesPackedImpl<V> extends SQueuePatchesPacked<V,SQueuePatch<V>>
  • コンストラクタの詳細

    • SQueuePatchesPackedImpl

      public SQueuePatchesPackedImpl(long startRevision, long endRevision, SQueuePatch<V> reset)
    • SQueuePatchesPackedImpl

      public SQueuePatchesPackedImpl(long startRevision, long endRevision, NavigableMap<Long,SQueuePatch<V>> revisionToPatch)
  • メソッドの詳細

    • deserialize

      public static <V> SQueuePatchesPackedImpl<V> deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext ctxt, com.fasterxml.jackson.databind.JavaType valueType) throws IOException
      例外:
      IOException