IntList

java.lang. Object
+Object()
+getClass() :java.lang.Class
+hashCode() :int
+equals(java.lang.Object ) :boolean
#clone() :java.lang.Object
+toString() :java.lang.String
+notify() :void
+notifyAll() :void
+wait(long ) :void
+wait(long , int ) :void
+wait() :void
#finalize() :void
org.apache.poi.util. IntList
+IntList()
+IntList(org.apache.poi.util.IntList list)
+IntList(int initialCapacity)
+add(int index, int value) :void
+add(int value) :boolean
+addAll(org.apache.poi.util.IntList c) :boolean
+addAll(int index, org.apache.poi.util.IntList c) :boolean
+clear() :void
+contains(int o) :boolean
+containsAll(org.apache.poi.util.IntList c) :boolean
+equals(java.lang.Object o) :boolean
+get(int index) :int
+hashCode() :int
+indexOf(int o) :int
+isEmpty() :boolean
+lastIndexOf(int o) :int
+remove(int index) :int
+removeValue(int o) :boolean
+removeAll(org.apache.poi.util.IntList c) :boolean
+retainAll(org.apache.poi.util.IntList c) :boolean
+set(int index, int element) :int
+size() :int
+toArray() :int[]
+toArray(int[] a) :int[]