| Constructor and Description |
|---|
ASArray() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(ASObject o) |
void |
add(int index,
ASObject element) |
boolean |
addAll(Collection<? extends ASObject> c) |
boolean |
addAll(int index,
Collection<? extends ASObject> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
ASObject |
get(int index) |
ASArray |
getArray(int index) |
ASBoolean |
getBoolean(int index) |
ASDictionary |
getDictionary(int index) |
ASName |
getName(int index) |
ASNumber |
getNumber(int index) |
ASString |
getString(int index) |
int |
indexOf(Object o) |
boolean |
isEmpty() |
Iterator<ASObject> |
iterator() |
int |
lastIndexOf(Object o) |
ListIterator<ASObject> |
listIterator() |
ListIterator<ASObject> |
listIterator(int index) |
ASObject |
remove(int index) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
ASObject |
set(int index,
ASObject element) |
int |
size() |
List<ASObject> |
subList(int fromIndex,
int toIndex) |
Object[] |
toArray() |
Object[] |
toArray(Object[] a) |
String |
toString() |
void |
write(OutputByteStream outputByteStream)
Writes the ASObject to the given OutputStream in the format expected by the PDF Spec.
|
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCode, replaceAll, sort, spliteratorparallelStream, removeIf, streampublic ASNumber getNumber(int index) throws PDFUnableToCompleteOperationException
public ASBoolean getBoolean(int index) throws PDFUnableToCompleteOperationException
public ASName getName(int index) throws PDFUnableToCompleteOperationException
public ASString getString(int index) throws PDFUnableToCompleteOperationException
public ASArray getArray(int index) throws PDFUnableToCompleteOperationException
public ASDictionary getDictionary(int index) throws PDFUnableToCompleteOperationException
public int size()
public void clear()
public boolean isEmpty()
public Object[] toArray()
public int lastIndexOf(Object o)
lastIndexOf in interface List<ASObject>public boolean add(ASObject o)
public boolean contains(Object o)
public boolean remove(Object o)
public boolean addAll(int index,
Collection<? extends ASObject> c)
public boolean addAll(Collection<? extends ASObject> c)
public boolean containsAll(Collection<?> c)
containsAll in interface Collection<ASObject>containsAll in interface List<ASObject>public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public ListIterator<ASObject> listIterator()
listIterator in interface List<ASObject>public ListIterator<ASObject> listIterator(int index)
listIterator in interface List<ASObject>public void write(OutputByteStream outputByteStream) throws PDFIOException
ASObjectwrite in class ASObjectoutputByteStream - OutputByteStream to write to.PDFIOException - exception from OutputStreamCopyright © 2010 - 2020 Adobe. All Rights Reserved