Uses of Class
org.apache.lucene.util.collections.IntArray
-
Packages that use IntArray Package Description org.apache.lucene.util.collections Various optimized Collections implementations. -
-
Uses of IntArray in org.apache.lucene.util.collections
Methods in org.apache.lucene.util.collections with parameters of type IntArray Modifier and Type Method Description void
IntArray. intersect(IntArray other)
Intersects the data with a given IntArray
-