public final class CellAttributesCollection<T> extends java.lang.Object implements java.util.Collection<CellAttributes>
| Constructor and Description |
|---|
CellAttributesCollection()
Constructs a newly allocated CellAttributesCollection object
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(CellAttributes o)
Description goes here
|
boolean |
addAll(java.util.Collection<? extends CellAttributes> c)
Description goes here
|
void |
clear()
Description goes here
|
boolean |
contains(java.lang.Object o)
Description goes here
|
boolean |
containsAll(java.util.Collection<?> c)
Description goes here
|
void |
copyTo(CellAttributes[] items,
int index)
Description goes here
|
CellAttributes |
get(int row)
Description goes here
|
CellAttributes |
get(int row,
int column)
Description goes here
|
boolean |
isEmpty()
Description goes here
|
java.util.Iterator<CellAttributes> |
iterator()
Description goes here
|
boolean |
remove(java.lang.Object o)
Description goes here
|
boolean |
removeAll(java.util.Collection<?> c)
Description goes here
|
boolean |
retainAll(java.util.Collection<?> c)
Description goes here
|
void |
set(int row,
CellAttributes value)
Description goes here
|
void |
set(int row,
int column,
CellAttributes value)
Description goes here
|
int |
size()
Description goes here
|
java.lang.Object[] |
toArray()
Description goes here
|
T[] |
toArray(T[] a)
Description goes here
|
public CellAttributesCollection()
public CellAttributes get(int row)
row - public void set(int row,
CellAttributes value)
row - value - public CellAttributes get(int row, int column)
row - column - public void set(int row,
int column,
CellAttributes value)
row - column - value - public boolean add(CellAttributes o)
add in interface java.util.Collection<CellAttributes>o - public boolean addAll(java.util.Collection<? extends CellAttributes> c)
addAll in interface java.util.Collection<CellAttributes>c - public void clear()
clear in interface java.util.Collection<CellAttributes>public boolean contains(java.lang.Object o)
contains in interface java.util.Collection<CellAttributes>o - public boolean containsAll(java.util.Collection<?> c)
containsAll in interface java.util.Collection<CellAttributes>c - public void copyTo(CellAttributes[] items, int index)
items - index - public boolean isEmpty()
isEmpty in interface java.util.Collection<CellAttributes>public java.util.Iterator<CellAttributes> iterator()
iterator in interface java.lang.Iterable<CellAttributes>iterator in interface java.util.Collection<CellAttributes>public boolean remove(java.lang.Object o)
remove in interface java.util.Collection<CellAttributes>o - public boolean removeAll(java.util.Collection<?> c)
removeAll in interface java.util.Collection<CellAttributes>c - public boolean retainAll(java.util.Collection<?> c)
retainAll in interface java.util.Collection<CellAttributes>c - public int size()
size in interface java.util.Collection<CellAttributes>public java.lang.Object[] toArray()
toArray in interface java.util.Collection<CellAttributes>2014 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.