Constructor and Description |
---|
StudiesCollection()
Constructs a newly allocated StudiesCollection object
|
Modifier and Type | Method and Description |
---|---|
void |
add(int index,
Study element)
Description goes here
|
boolean |
add(Study o)
Description goes here
|
boolean |
addAll(java.util.Collection<? extends Study> c)
Description goes here
|
boolean |
addAll(int index,
java.util.Collection<? extends Study> c)
Description goes here
|
Study |
addAnalysis(Analysis analysis)
Description goes here
|
Study |
addAnalysisMulti(AnalysisMulti analysis)
Description goes here
|
StudyFormula |
addDistributionFormula(DistributionFormula distribution)
Description goes here
|
void |
addStudyGroup(StudyGroup group)
Description goes here
|
StudyTest |
addTest(Test test)
Description goes here
|
StudyTest |
addTestMulti(TestMulti test)
Description goes here
|
StudyCustom |
addTitle(java.lang.String text)
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
|
Study |
find(StudyType studyType,
int id)
Description goes here
|
Study |
get(int index)
Description goes here
|
int |
indexOf(java.lang.Object element)
Description goes here
|
boolean |
isEmpty()
Description goes here
|
java.util.Iterator<Study> |
iterator()
Description goes here
|
int |
lastIndexOf(java.lang.Object element)
Description goes here
|
java.util.ListIterator<Study> |
listIterator()
Description goes here
|
java.util.ListIterator<Study> |
listIterator(int index)
Description goes here
|
Study |
remove(int index)
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
|
Study |
set(int index,
Study element)
Description goes here
|
int |
size()
Description goes here
|
java.util.List<Study> |
subList(int fromIndex,
int toIndex)
Description goes here
|
java.lang.Object[] |
toArray()
Description goes here
|
T[] |
toArray(T[] a)
Description goes here
|
public StudiesCollection()
public Study get(int index)
get
in interface java.util.List<Study>
index
- public Study set(int index, Study element)
set
in interface java.util.List<Study>
index
- element
- public boolean add(Study o)
public void add(int index, Study element)
add
in interface java.util.List<Study>
index
- element
- public boolean addAll(java.util.Collection<? extends Study> c)
public boolean addAll(int index, java.util.Collection<? extends Study> c)
addAll
in interface java.util.List<Study>
index
- c
- public Study addAnalysisMulti(AnalysisMulti analysis)
analysis
- public StudyFormula addDistributionFormula(DistributionFormula distribution)
distribution
- public void addStudyGroup(StudyGroup group)
group
- public StudyCustom addTitle(java.lang.String text)
text
- public void clear()
public boolean contains(java.lang.Object o)
public boolean containsAll(java.util.Collection<?> c)
public Study find(StudyType studyType, int id)
studyType
- id
- public int indexOf(java.lang.Object element)
indexOf
in interface java.util.List<Study>
element
- public boolean isEmpty()
public java.util.Iterator<Study> iterator()
public int lastIndexOf(java.lang.Object element)
lastIndexOf
in interface java.util.List<Study>
element
- public java.util.ListIterator<Study> listIterator()
listIterator
in interface java.util.List<Study>
public java.util.ListIterator<Study> listIterator(int index)
listIterator
in interface java.util.List<Study>
index
- public Study remove(int index)
remove
in interface java.util.List<Study>
index
- public boolean remove(java.lang.Object o)
public boolean removeAll(java.util.Collection<?> c)
public boolean retainAll(java.util.Collection<?> c)
public int size()
public java.util.List<Study> subList(int fromIndex, int toIndex)
subList
in interface java.util.List<Study>
fromIndex
- toIndex
- public java.lang.Object[] toArray()
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.