| Package | Description |
|---|---|
| dev.marksman.enhancediterables |
| Class and Description |
|---|
| EnhancedIterable
An
Iterable with some additional methods. |
| FiniteIterable
An
EnhancedIterable that is finite. |
| ImmutableFiniteIterable
An
EnhancedIterable that is both finite and safe from mutation. |
| ImmutableIterable
An
EnhancedIterable that is safe from mutation. |
| ImmutableNonEmptyFiniteIterable
An
EnhancedIterable that is finite, safe from mutation, and guaranteed to contain at least one element. |
| ImmutableNonEmptyIterable
An
EnhancedIterable that is safe from mutation, and guaranteed to contain at least one element. |
| NonEmptyFiniteIterable
An
EnhancedIterable that is finite and guaranteed to contain at least one element. |
| NonEmptyIterable
An
EnhancedIterable that is guaranteed to contain at least one element. |
Copyright © 2019. All rights reserved.