Interface SeenGroupIds

All Known Implementing Classes:
BlockHash, CategorizeBlockHash, CategorizePackedValuesBlockHash, SeenGroupIds.Empty, SeenGroupIds.Range, TimeSeriesBlockHash

public interface SeenGroupIds
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
     
    static final record 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    The grouping ids that have been seen already.
  • Method Details

    • seenGroupIds

      BitArray seenGroupIds(BigArrays bigArrays)
      The grouping ids that have been seen already. This BitArray is kept and mutated by the caller so make a copy if it's something you need your own copy of it.