| Package | Description |
|---|---|
| eu.simuline.util |
Utility classes: very inhomogeneous.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CollectionsExt.ImmutableCollection<E>
A collection which prevents being modified
by throwing an exception for the modifying methods.
|
static class |
CollectionsExt.ImmutableList<E>
A list which prevents being modified
by throwing an exception for the modifying methods.
|
static class |
CollectionsExt.ImmutableSet<E>
A set which prevents being modified
by throwing an exception for the modifying methods.
|
static class |
CollectionsExt.ImmutableSortedSet<E>
A sorted set which prevents being modified
by throwing an exception for the modifying methods.
|
| Modifier and Type | Method and Description |
|---|---|
CollectionsExt.AbstractImmutableCollection<C,E> |
CollectionsExt.AbstractImmutableCollection.allowModification(CollectionsExt.Modification mod)
Allows in addition modification
mod
for this set, does not alter contents and returns this. |
Copyright © 2012–2018 Simuline Organization (l2r). All rights reserved.