Class ConcurrentRecordSet

java.lang.Object
org.netpreserve.jwarc.ConcurrentRecordSet

public class ConcurrentRecordSet extends Object
A set for testing whether WARC records are concurrent (i.e. part of the same capture event).
  • Constructor Details

    • ConcurrentRecordSet

      public ConcurrentRecordSet()
  • Method Details

    • add

      public void add(WarcRecord record)
      Adds a record to the set.
    • contains

      public boolean contains(WarcRecord record)
      Tests if the given record is concurrent to any previously added record.
    • clear

      public void clear()
      Removes all records from the set.