Package org.djutils.immutablecollections
Class TestImmutableEntry
java.lang.Object
org.djutils.immutablecollections.TestImmutableEntry
public class TestImmutableEntry extends Object
Test the ImmutableEntry sub class.
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version Jan 20, 2020
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TestImmutableEntry.MyEntry<K,V>
Simple implementation of Entry interface. -
Constructor Summary
Constructors Constructor Description TestImmutableEntry()
-
Method Summary
Modifier and Type Method Description void
testImmutableEntry()
Test the ImmutableEntry sub class.
-
Constructor Details
-
TestImmutableEntry
public TestImmutableEntry()
-
-
Method Details
-
testImmutableEntry
public void testImmutableEntry()Test the ImmutableEntry sub class.
-