Method Summary |
|
public void | add(int index, PdfDirectObject object) |
public boolean | add(PdfDirectObject object) |
public boolean | addAll(int index, Collection<? extends PdfDirectObject> objects) |
public boolean | addAll(Collection<? extends PdfDirectObject> objects) |
public void | clear() |
public Object | clone(File context) |
public boolean | contains(Object object) |
public boolean | containsAll(Collection objects) |
public boolean | equals(PdfDirectObject object) |
public PdfDirectObject | get(int index) |
public int | hashCode() |
public int | indexOf(Object object) |
public boolean | isEmpty() |
public Iterator<PdfDirectObject> | iterator() |
public int | lastIndexOf(Object object) |
public ListIterator<PdfDirectObject> | listIterator() |
public ListIterator<PdfDirectObject> | listIterator(int index) |
public PdfDirectObject | remove(int index) |
public boolean | remove(Object object) |
public boolean | removeAll(Collection objects) |
public boolean | retainAll(Collection objects) |
public PdfDirectObject | set(int index, PdfDirectObject object) |
public int | size() |
public List<PdfDirectObject> | subList(int fromIndex, int toIndex) |
public PdfDirectObject[] | toArray() |
public PdfDirectObject[] | toArray(PdfDirectObject[] objects) |
public String | toPdf() |
public String | toString() |
int | writeTo(IOutputStream stream) |