public class FileReferenceList extends NativeObject implements java.util.List<FileReference>
Modifier and Type | Method and Description |
---|---|
boolean |
add(FileReference element) |
void |
add(int index,
FileReference element) |
boolean |
addAll(java.util.Collection<? extends FileReference> elements) |
boolean |
addAll(int index,
java.util.Collection<? extends FileReference> elements) |
void |
clear() |
boolean |
contains(java.lang.Object object) |
boolean |
containsAll(java.util.Collection<?> objects) |
static FileReferenceList |
createDynamicObject(long handle) |
FileReference |
get(int index) |
int |
indexOf(java.lang.Object obj) |
boolean |
isEmpty() |
java.util.Iterator<FileReference> |
iterator() |
int |
lastIndexOf(java.lang.Object obj) |
java.util.ListIterator<FileReference> |
listIterator() |
java.util.ListIterator<FileReference> |
listIterator(int index) |
FileReference |
remove(int index) |
boolean |
remove(java.lang.Object object) |
boolean |
removeAll(java.util.Collection<?> objects) |
boolean |
retainAll(java.util.Collection<?> objects) |
FileReference |
set(int index,
FileReference element) |
int |
size() |
java.util.List<FileReference> |
subList(int fromIndex,
int toIndex) |
java.lang.Object[] |
toArray() |
<T> T[] |
toArray(T[] array) |
equals, hashCode
public static FileReferenceList createDynamicObject(long handle)
public boolean addAll(java.util.Collection<? extends FileReference> elements)
addAll
in interface java.util.Collection<FileReference>
addAll
in interface java.util.List<FileReference>
public boolean addAll(int index, java.util.Collection<? extends FileReference> elements)
addAll
in interface java.util.List<FileReference>
public boolean contains(java.lang.Object object)
contains
in interface java.util.Collection<FileReference>
contains
in interface java.util.List<FileReference>
public boolean containsAll(java.util.Collection<?> objects)
containsAll
in interface java.util.Collection<FileReference>
containsAll
in interface java.util.List<FileReference>
public boolean isEmpty()
isEmpty
in interface java.util.Collection<FileReference>
isEmpty
in interface java.util.List<FileReference>
public java.util.Iterator<FileReference> iterator()
iterator
in interface java.lang.Iterable<FileReference>
iterator
in interface java.util.Collection<FileReference>
iterator
in interface java.util.List<FileReference>
public java.util.ListIterator<FileReference> listIterator()
listIterator
in interface java.util.List<FileReference>
public java.util.ListIterator<FileReference> listIterator(int index)
listIterator
in interface java.util.List<FileReference>
public boolean remove(java.lang.Object object)
remove
in interface java.util.Collection<FileReference>
remove
in interface java.util.List<FileReference>
public boolean removeAll(java.util.Collection<?> objects)
removeAll
in interface java.util.Collection<FileReference>
removeAll
in interface java.util.List<FileReference>
public boolean retainAll(java.util.Collection<?> objects)
retainAll
in interface java.util.Collection<FileReference>
retainAll
in interface java.util.List<FileReference>
public java.util.List<FileReference> subList(int fromIndex, int toIndex)
subList
in interface java.util.List<FileReference>
public java.lang.Object[] toArray()
toArray
in interface java.util.Collection<FileReference>
toArray
in interface java.util.List<FileReference>
public <T> T[] toArray(T[] array)
toArray
in interface java.util.Collection<FileReference>
toArray
in interface java.util.List<FileReference>
public int size()
size
in interface java.util.Collection<FileReference>
size
in interface java.util.List<FileReference>
public void clear()
clear
in interface java.util.Collection<FileReference>
clear
in interface java.util.List<FileReference>
public int indexOf(java.lang.Object obj)
indexOf
in interface java.util.List<FileReference>
public int lastIndexOf(java.lang.Object obj)
lastIndexOf
in interface java.util.List<FileReference>
public boolean add(FileReference element)
add
in interface java.util.Collection<FileReference>
add
in interface java.util.List<FileReference>
public void add(int index, FileReference element)
add
in interface java.util.List<FileReference>
public FileReference get(int index)
get
in interface java.util.List<FileReference>
public FileReference remove(int index)
remove
in interface java.util.List<FileReference>
public FileReference set(int index, FileReference element)
set
in interface java.util.List<FileReference>