Uses of Class
org.h2.util.IntArray

Packages that use IntArray
org.h2.index Various table index implementations, as well as cursors to navigate in an index. 
org.h2.util Internal utility classes. 
 

Uses of IntArray in org.h2.index
 

Constructors in org.h2.index with parameters of type IntArray
NonUniqueHashCursor(Session session, TableData tableData, IntArray positions)
           
 

Uses of IntArray in org.h2.util
 

Methods in org.h2.util with parameters of type IntArray
 void IntArray.removeAllSorted(IntArray removeSorted)
          Remove all values from the given sorted list from this sorted list.