Class BitIntsHolder

java.lang.Object
java.util.BitSet
org.opengrok.suggest.query.data.BitIntsHolder
All Implemented Interfaces:
Serializable, Cloneable, IntsHolder

public class BitIntsHolder extends BitSet implements IntsHolder
IntsHolder implementation by using the BitSet.
See Also:
  • Constructor Details

    • BitIntsHolder

      public BitIntsHolder()
    • BitIntsHolder

      public BitIntsHolder(int nbits)
  • Method Details

    • has

      public boolean has(int i)
      Determines whether the data structure contains i value.
      Specified by:
      has in interface IntsHolder
      Parameters:
      i - value which presence is checked
      Returns:
      true if i is present. false otherwise.
    • numberOfElements

      public int numberOfElements()
      Returns number of elements.
      Specified by:
      numberOfElements in interface IntsHolder
      Returns:
      number of elements.