E - The type of element managed by the collection.public interface Iteratable<E> extends Sequential<E>, Composite
| Modifier and Type | Method and Description |
|---|---|
Iterator<E> |
createDefaultIterator()
This method creates a new default iterator for the collection.
|
void |
removeAllElements()
This method removes all elements from the collection.
|
getNumberOfElements, isEmpty, iterator, toArrayCopyright © 2014 Crater Dog Technologies(TM). All rights reserved.