public class TableFieldCollection extends Object implements List<TableField>
Contains a list of TableField
objects.
Implements IList<TableField> interface.
Modifier and Type | Method and Description |
---|---|
void |
add(int index,
TableField element) |
boolean |
add(TableField item) |
boolean |
addAll(Collection<? extends TableField> c) |
boolean |
addAll(int index,
Collection<? extends TableField> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
TableField |
get(int index) |
Project |
getParentProject()
Gets the parent of the TableFields object.
|
int |
indexOf(Object o) |
int |
indexOf(TableField item)
Returns index of the specified item in this collection.
|
boolean |
isEmpty() |
Iterator<TableField> |
iterator() |
int |
lastIndexOf(Object o) |
ListIterator<TableField> |
listIterator() |
ListIterator<TableField> |
listIterator(int index) |
TableField |
remove(int index) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
TableField |
set(int index,
TableField element) |
int |
size() |
List<TableField> |
subList(int fromIndex,
int toIndex) |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, replaceAll, sort, spliterator
parallelStream, removeIf, stream
public boolean add(TableField item)
add
in interface Collection<TableField>
add
in interface List<TableField>
public final void add(int index, TableField element)
add
in interface List<TableField>
public boolean addAll(Collection<? extends TableField> c)
addAll
in interface Collection<TableField>
addAll
in interface List<TableField>
public boolean addAll(int index, Collection<? extends TableField> c)
addAll
in interface List<TableField>
public void clear()
clear
in interface Collection<TableField>
clear
in interface List<TableField>
public boolean contains(Object o)
contains
in interface Collection<TableField>
contains
in interface List<TableField>
public boolean containsAll(Collection<?> c)
containsAll
in interface Collection<TableField>
containsAll
in interface List<TableField>
public TableField get(int index)
get
in interface List<TableField>
public Project getParentProject()
Gets the parent of the TableFields object.
Read-only Project
.
public int indexOf(TableField item)
item
- the specified item.public int indexOf(Object o)
indexOf
in interface List<TableField>
public boolean isEmpty()
isEmpty
in interface Collection<TableField>
isEmpty
in interface List<TableField>
public Iterator<TableField> iterator()
iterator
in interface Iterable<TableField>
iterator
in interface Collection<TableField>
iterator
in interface List<TableField>
public int lastIndexOf(Object o)
lastIndexOf
in interface List<TableField>
public ListIterator<TableField> listIterator()
listIterator
in interface List<TableField>
public ListIterator<TableField> listIterator(int index)
listIterator
in interface List<TableField>
public boolean remove(Object o)
remove
in interface Collection<TableField>
remove
in interface List<TableField>
public TableField remove(int index)
remove
in interface List<TableField>
public boolean removeAll(Collection<?> c)
removeAll
in interface Collection<TableField>
removeAll
in interface List<TableField>
public boolean retainAll(Collection<?> c)
retainAll
in interface Collection<TableField>
retainAll
in interface List<TableField>
public TableField set(int index, TableField element)
set
in interface List<TableField>
public int size()
size
in interface Collection<TableField>
size
in interface List<TableField>
public List<TableField> subList(int fromIndex, int toIndex)
subList
in interface List<TableField>
public Object[] toArray()
toArray
in interface Collection<TableField>
toArray
in interface List<TableField>
public <T> T[] toArray(T[] a)
toArray
in interface Collection<TableField>
toArray
in interface List<TableField>