| java.lang.Object de.intarsys.pdf.st.STXRefEntry de.intarsys.pdf.st.STXRefEntryFree
STXRefEntryFree | public class STXRefEntryFree extends STXRefEntry (Code) | | Represents a free object entry in a pdf xref table.
|
enqueue | public void enqueue(STXRefEntryFree entry)(Code) | | Add a new free entry in the linked list of free entries. The linked list
is formed by the head entry with index 0. This entry and all subsequent
hold a reference to their successor and predecessor. Adding a new entry
means that we look up the entry in the linked list, starting at the head,
that has the highest index smaller than the index of the new entry. The
new entry is inserted after that position in the linked list.
Parameters: entry - The new entry to insert in the linked list. |
getColumn1 | public long getColumn1()(Code) | | |
getColumn2 | public int getColumn2()(Code) | | |
getNextFreeObjectNumber | public int getNextFreeObjectNumber()(Code) | | |
isFree | public boolean isFree()(Code) | | |
unlink | protected void unlink()(Code) | | |
|
|