Package org.djutils.immutablecollections
Class TestImmutableCollectionStatics
java.lang.Object
org.djutils.immutablecollections.TestImmutableCollectionStatics
public class TestImmutableCollectionStatics extends Object
Copyright (c) 2013-2019 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 Feb 26, 2019
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Constructor Summary
Constructors Constructor Description TestImmutableCollectionStatics()
-
Method Summary
Modifier and Type Method Description void
TestEmptyConstructors()
Test the empty constructors.void
TestSearchers()
Test the various methods that return an index.
-
Constructor Details
-
TestImmutableCollectionStatics
public TestImmutableCollectionStatics()
-
-
Method Details
-
TestEmptyConstructors
public void TestEmptyConstructors()Test the empty constructors. -
TestSearchers
public void TestSearchers()Test the various methods that return an index.
-