Uses of Class
org.apache.poi.util.IntList

Packages that use IntList
org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. 
org.apache.poi.util Top-level util package are classes that are useful throughout the project. 
 

Uses of IntList in org.apache.poi.hssf.record
 

Fields in org.apache.poi.hssf.record declared as IntList
 IntList IndexRecord.field_5_dbcells
           
 

Uses of IntList in org.apache.poi.util
 

Methods in org.apache.poi.util with parameters of type IntList
 boolean IntList.addAll(IntList c)
          Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
 boolean IntList.addAll(int index, IntList c)
          Inserts all of the elements in the specified collection into this list at the specified position.
 boolean IntList.containsAll(IntList c)
          Returns true if this list contains all of the elements of the specified collection.
 boolean IntList.removeAll(IntList c)
          Removes from this list all the elements that are contained in the specified collection
 boolean IntList.retainAll(IntList c)
          Retains only the elements in this list that are contained in the specified collection.
 

Constructors in org.apache.poi.util with parameters of type IntList
IntList(IntList list)
          create a copy of an existing IntList
 



Copyright © 2002 Apache jakarta-poi project. All Rights Reserved.