Uses of Class
org.apache.lucene.util.automaton.IntSet
-
Packages that use IntSet Package Description org.apache.lucene.util.automaton Finite-state automaton for regular expressions. -
-
Uses of IntSet in org.apache.lucene.util.automaton
Subclasses of IntSet in org.apache.lucene.util.automaton Modifier and Type Class Description (package private) class
FrozenIntSet
(package private) class
StateSet
A thin wrapper ofIntIntHashMap
Maps from state in integer representation to its reference count Whenever the count of a state is 0, that state will be removed from the set
-