| Package | Description |
|---|---|
| math.fun |
Basic functions for math computations.
|
| math.list |
Resizable primitive double[] array implementation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DForEachIterator
An extension of
DIterator adding the two (default) methods
DForEachIterator.remove() and DForEachIterator.forEachRemaining(DoubleConsumer). |
interface |
DIndexIterator
An iterator over a collection of primitive doubles.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DListIterator
An iterator for lists that allows the programmer to traverse the list in
either direction, modify the list during iteration, and obtain the iterator's
current position in the list.
|
Copyright © 2022. All rights reserved.