Package org.gvsig.report.lib.impl
Class DefaultReportDataSets
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<ReportDataSet>,Collection<ReportDataSet>,List<ReportDataSet>,RandomAccess,SequencedCollection<ReportDataSet>,ReportDataSets
- Author:
- jjdelcerro
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanadd(ReportDataSet dataset) voidbooleanbooleancontains(org.gvsig.fmap.dal.feature.FeatureStore store) getUniqueName(String name) getValidName(String name) booleanisValidName(String name) voidvoidMethods inherited from class java.util.ArrayList
add, addAll, addAll, addFirst, addLast, clear, clone, contains, ensureCapacity, equals, forEach, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeIf, removeLast, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
add, addAll, addAll, addFirst, addLast, clear, contains, containsAll, equals, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, set, size, sort, spliterator, subList, toArray, toArray
-
Constructor Details
-
DefaultReportDataSets
-
-
Method Details
-
get
- Specified by:
getin interfaceReportDataSets
-
add
- Specified by:
addin interfaceReportDataSets
-
add
- Specified by:
addin interfaceCollection<ReportDataSet>- Specified by:
addin interfaceList<ReportDataSet>- Overrides:
addin classArrayList<ReportDataSet>
-
remove
- Specified by:
removein interfaceReportDataSets
-
contains
public boolean contains(org.gvsig.fmap.dal.feature.FeatureStore store) - Specified by:
containsin interfaceReportDataSets
-
contains
- Specified by:
containsin interfaceReportDataSets
-
isValidName
- Specified by:
isValidNamein interfaceReportDataSets
-
getValidName
- Specified by:
getValidNamein interfaceReportDataSets
-
getUniqueName
- Specified by:
getUniqueNamein interfaceReportDataSets
-
addPropertyChangeListener
- Specified by:
addPropertyChangeListenerin interfaceReportDataSets
-
removePropertyChangeListener
- Specified by:
removePropertyChangeListenerin interfaceReportDataSets
-