Package org.djutils.immutablecollections
Class TestImmutableCollectionStatics
java.lang.Object
org.djutils.immutablecollections.TestImmutableCollectionStatics
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUTILS License.
- Author:
- Alexander Verbraeck, Peter Knoppers
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Test the empty constructors.void
Test the various methods that return an index.
-
Constructor Details
-
TestImmutableCollectionStatics
public TestImmutableCollectionStatics()
-
-
Method Details
-
testEmptyConstructors
@Test public void testEmptyConstructors()Test the empty constructors. -
testSearchers
@Test public void testSearchers()Test the various methods that return an index.
-