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-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUTILS License.- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version Jan 20, 2020
- Author:
- Alexander Verbraeck, Peter Knoppers
-
-
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testImmutableEntry()
Test the ImmutableEntry sub class.
-