Package | Description |
---|---|
be.SIRAPRISE.util |
This package contains various utility methods.
|
Modifier and Type | Class and Description |
---|---|
class |
MyReadOnlyListIterator<V>
MyReadOnlyListIterator is identical to java's unmodifiable iterators, but for the fact that the class is publicly visible, making it possible for methods that return read-only iterators, to declare to the user that they shouldn't even attempt any update.
|