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