Constructor and Description |
---|
FieldMapCollection()
Constructs a newly allocated FieldMapCollection object
|
FieldMapCollection(DataSourceSettings dataSourceSettings)
Constructs a newly allocated FieldMapCollection object
|
Modifier and Type | Method and Description |
---|---|
boolean |
add(FieldMap o)
Description goes here
|
boolean |
addAll(java.util.Collection<? extends FieldMap> c)
Description goes here
|
void |
addRange(FieldMap[] items)
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(FieldMap[] items,
int index)
Description goes here
|
void |
fillFromSchema()
Description goes here
|
boolean |
isEmpty()
Description goes here
|
java.util.Iterator<FieldMap> |
iterator()
Description goes here
|
boolean |
remove(java.lang.Object o)
Description goes here
|
boolean |
removeAll(java.util.Collection<?> c)
Description goes here
|
void |
removeAt(int index)
Description goes here
|
boolean |
retainAll(java.util.Collection<?> c)
Description goes here
|
int |
size()
Description goes here
|
java.lang.Object[] |
toArray()
Description goes here
|
T[] |
toArray(T[] a)
Description goes here
|
public FieldMapCollection()
public FieldMapCollection(DataSourceSettings dataSourceSettings)
dataSourceSettings
- public boolean add(FieldMap o)
add
in interface java.util.Collection<FieldMap>
o
- public boolean addAll(java.util.Collection<? extends FieldMap> c)
addAll
in interface java.util.Collection<FieldMap>
c
- public void addRange(FieldMap[] items)
items
- public void clear()
clear
in interface java.util.Collection<FieldMap>
public boolean contains(java.lang.Object o)
contains
in interface java.util.Collection<FieldMap>
o
- public boolean containsAll(java.util.Collection<?> c)
containsAll
in interface java.util.Collection<FieldMap>
c
- public void copyTo(FieldMap[] items, int index)
items
- index
- public void fillFromSchema()
public boolean isEmpty()
isEmpty
in interface java.util.Collection<FieldMap>
public java.util.Iterator<FieldMap> iterator()
public boolean remove(java.lang.Object o)
remove
in interface java.util.Collection<FieldMap>
o
- public boolean removeAll(java.util.Collection<?> c)
removeAll
in interface java.util.Collection<FieldMap>
c
- public void removeAt(int index)
index
- public boolean retainAll(java.util.Collection<?> c)
retainAll
in interface java.util.Collection<FieldMap>
c
- public int size()
size
in interface java.util.Collection<FieldMap>
public java.lang.Object[] toArray()
toArray
in interface java.util.Collection<FieldMap>
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.