Java org.apache.lucene.util SentinelIntSet fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.util SentinelIntSet fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.util SentinelIntSet.

The text is from its open source code.

Constructor

Method

booleanexists(int key)
Does this set contain the specified integer?
intput(int key)
Puts this integer (key) in the set, and returns the slot index it was added to.
intsize()
The number of integers in this set.