On Sun, Sep 13, 2015 at 4:23 PM, Selva Kumar
<[email protected]> wrote:
> Mutable, "Immutable" interface of BitSet seems to be defined based on
> specific things like live docs and documents with DocValue etc. Any plan to
> add general purpose readonly interface to BitSet?

We already have the "Bits" interface:

public interface Bits {
  public boolean get(int index);
  public int length();
}

-Yonik

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to