Package | Description |
---|---|
loci.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
loci.poi.poifs.storage |
storage package contains low level binary structures for POIFS's implementation of the OLE 2
Compound Document Format.
|
loci.poi.util |
Top-level util package are classes that are useful throughout the project.
|
Modifier and Type | Field and Description |
---|---|
IntList |
IndexRecord.field_5_dbcells |
Modifier and Type | Field and Description |
---|---|
private IntList |
BlockAllocationTableReader._entries |
private IntList |
BlockAllocationTableWriter._entries |
Modifier and Type | Method and Description |
---|---|
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.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.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.
|
Constructor and Description |
---|
IntList(IntList list)
create a copy of an existing IntList
|
Copyright © 2016 Open Microscopy Environment