Package com.lattix.core.depends
Interface DependencyEdgeCollection
- All Superinterfaces:
BasicCollection<DependencyEdge>,Iterable<DependencyEdge>
DependencyEdgeCollection represents a collection of DependencyEdge objects
-
Method Summary
Methods inherited from interface com.lattix.util.BasicCollection
containsMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
iterator
Iterator<DependencyEdge> iterator()Description copied from interface:BasicCollectionReturns an iterator over a collection of elements of type E.- Specified by:
iteratorin interfaceBasicCollection<DependencyEdge>- Specified by:
iteratorin interfaceIterable<DependencyEdge>- Returns:
- an Iterator.
-
isEmpty
boolean isEmpty()Description copied from interface:BasicCollectionReturn true if the collection is empty- Specified by:
isEmptyin interfaceBasicCollection<DependencyEdge>- Returns:
- true if the collection is empty
-
size
int size()
-