Package | Description |
---|---|
be.SIRAPRISE.util |
This package contains various utility methods.
|
Modifier and Type | Class and Description |
---|---|
class |
MyReadOnlyLinkedList<V>
MyReadOnlyLinkedList is identical to java's unmodifiable collections, but for the fact that the 'Unmodifiable' property is declared to its users.
|