|
Chart FX 7 for Java Server | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwarefx.chartfx.server.dataproviders.XmlColumnCollection
public class XmlColumnCollection
Provides access to the XmlColumnCollection object.
Constructor Summary | |
---|---|
XmlColumnCollection()
|
Method Summary | ||
---|---|---|
boolean |
add(XmlColumn o)
Appends the specified element to the XmlColumnCollection collection. |
|
boolean |
addAll(Collection<? extends XmlColumn> c)
Adds all of the elements in the specified collection to the XmlColumnCollection collection. |
|
void |
clear()
Removes all of the elements from this collection. |
|
boolean |
contains(Object o)
Returns true if the XmlColumnCollection contains the specified element. |
|
boolean |
containsAll(Collection<?> c)
Returns true if the XmlColumnCollection collection contains all of the elements in the specified collection. |
|
XmlColumn |
get(int index)
Returns the element at the specified position in the XmlColumnCollection. |
|
void |
insert(int index,
XmlColumn column)
Inserts an element into the ArrayList at the specified index. |
|
boolean |
isEmpty()
Returns true if this collection contains no elements. |
|
Iterator<XmlColumn> |
iterator()
Returns an iterator over the elements in this collection. |
|
boolean |
remove(Object o)
Removes the specified element from the XmlColumnCollection collection. |
|
boolean |
removeAll(Collection<?> c)
Removes all of the elements in the specified collection from the XmlColumnCollection collection. |
|
boolean |
retainAll(Collection<?> c)
Retains only the elements in the XmlColumnCollection collection that are contained in the specified collection. |
|
int |
size()
Returns the number of elements in this collection. |
|
Object[] |
toArray()
Returns an array containing all of the elements in this collection in proper sequence. |
|
|
toArray(T[] a)
Returns an array containing all of the elements in this collection in proper sequence. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Collection |
---|
equals, hashCode |
Constructor Detail |
---|
public XmlColumnCollection()
Method Detail |
---|
public boolean add(XmlColumn o)
Appends the specified element to the XmlColumnCollection collection.
add
in interface Collection<XmlColumn>
o
- The item to add to the XmlColumnCollection collection.public boolean addAll(Collection<? extends XmlColumn> c)
Adds all of the elements in the specified collection to the XmlColumnCollection collection.
addAll
in interface Collection<XmlColumn>
c
- Elements to be inserted into this collection.public void clear()
Removes all of the elements from this collection.
clear
in interface Collection<XmlColumn>
public boolean contains(Object o)
Returns true if the XmlColumnCollection contains the specified element.
contains
in interface Collection<XmlColumn>
o
- Element whose presence in this collection is to be tested.public boolean containsAll(Collection<?> c)
Returns true if the XmlColumnCollection collection contains all of the elements in the specified collection.
containsAll
in interface Collection<XmlColumn>
c
- Collection to be checked for containment in this collection.public XmlColumn get(int index)
Returns the element at the specified position in the XmlColumnCollection.
index
- Index of element to return.public void insert(int index, XmlColumn column)
Inserts an element into the ArrayList at the specified index.
index
- The zero-based index at which position should be inserted.column
- public boolean isEmpty()
Returns true if this collection contains no elements.
isEmpty
in interface Collection<XmlColumn>
public Iterator<XmlColumn> iterator()
Returns an iterator over the elements in this collection.
iterator
in interface Iterable<XmlColumn>
iterator
in interface Collection<XmlColumn>
public boolean remove(Object o)
Removes the specified element from the XmlColumnCollection collection.
remove
in interface Collection<XmlColumn>
o
- The item to remove from the XmlColumnCollection collection.public boolean removeAll(Collection<?> c)
Removes all of the elements in the specified collection from the XmlColumnCollection collection.
removeAll
in interface Collection<XmlColumn>
c
- Elements to be removed from this collection.public boolean retainAll(Collection<?> c)
Retains only the elements in the XmlColumnCollection collection that are contained in the specified collection.
retainAll
in interface Collection<XmlColumn>
c
- Elements to be retained in this collection.public int size()
Returns the number of elements in this collection.
size
in interface Collection<XmlColumn>
public Object[] toArray()
Returns an array containing all of the elements in this collection in proper sequence.
toArray
in interface Collection<XmlColumn>
public <T> T[] toArray(T[] a)
Returns an array containing all of the elements in this collection in proper sequence.
toArray
in interface Collection<XmlColumn>
|
http://www.softwarefx.com | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |