Package com.lattix.core.depends
Interface DataSourceCollection
- All Superinterfaces:
BasicCollection<DependencyDataSource>
,Iterable<DependencyDataSource>
DataSourceCollection represents a collection of DependencyDataSource objects
- Author:
- Carl Parisi
-
Field Summary
Fields inherited from interface com.lattix.util.BasicCollection
REVISION
-
Method Summary
Modifier and TypeMethodDescriptiongetAt
(int index) int
indexOf
(DependencyDataSource source) int
size()
Methods inherited from interface com.lattix.util.BasicCollection
contains, isEmpty, iterator
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
indexOf
-
getAt
-
size
int size()
-