Package org.djutils.immutablecollections
Class TestImmutableCollectionStatics
java.lang.Object
org.djutils.immutablecollections.TestImmutableCollectionStatics
 Copyright (c) 2013-2025 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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidTest the empty constructors.voidTest 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. 
 -