| ImmutableCollectionsDemo |
Demonstration code.
|
| TestImmutable |
Test the enum Immutable.
|
| TestImmutableArrayList |
TestImmutableArrayList.java.
|
| TestImmutableCollectionStatics |
Copyright (c) 2013-2021 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
| TestImmutableEntry |
Test the ImmutableEntry sub class.
|
| TestImmutableEntry.MyEntry<K,V> |
Simple implementation of Entry interface.
|
| TestImmutableHashMap |
TestImmutableHashMap.java.
|
| TestImmutableHashSet |
TestImmutableHashSet.java.
|
| TestImmutableLinkedHashMap |
TestImmutableLinkedHashMap.java.
|
| TestImmutableLinkedHashSet |
TestImmutableLinkedHashSet.java.
|
| TestImmutableList |
Test immutable list.
|
| TestImmutableMap |
TestImmutableMap tests the static of() methods of the ImmutableMap.
|
| TestImmutableSet |
TestImmutableSet tests the static of() methods of the ImmutableSet.
|
| TestImmutableSortedMap |
TestImmutableSortedMap tests the static of() methods of the ImmutableSortedMap.
|
| TestImmutableSortedSet |
TestImmutableSortedSet tests the static of() methods of the ImmutableSortedSet.
|
| TestImmutableTreeMap |
TestImmutableTreeMap.java.
|
| TestImmutableTreeSet |
TestImmutableTreeSet.java.
|
| TestImmutableVector |
TestImmutableVector.java.
|