0
Create an immutable list with known elements.
0 Comments
import java.util.List; List listname = List.of(elements);