| Package | Description |
|---|---|
| craterdog.collections | |
| craterdog.collections.abstractions | |
| craterdog.collections.interfaces |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Association<K,V>> |
Map.createDefaultIterator() |
Iterator<E> |
List.createDefaultIterator() |
| Modifier and Type | Class and Description |
|---|---|
class |
Manipulator<E>
This abstract class extends the
Iterator class by allowing the
manipulation of the collection's elements. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<E> |
OrderedCollection.createDefaultIterator() |
Iterator<E> |
ClosedCollection.createDefaultIterator() |
Iterator<E> |
Collection.iterator() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<E> |
Accessible.createDefaultIterator()
This method creates a new default iterator for the collection.
|
Copyright © 2015 Crater Dog Technologies(TM). All rights reserved.