Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public static < The type of the list's elements. S> List | |
public static < The type of the list's elements. S> List | |
public static < The type of the list's elements. S> List | |
public static < The type of the list's elements. S> List |
CompoundList | back to summary |
---|---|
private CompoundList() A compound list cannot be created. |
of | back to summary |
---|---|
public static <S> List Creates a list of a single element and another list. |
of | back to summary |
---|---|
public static <S> List Creates a list of a list and an element. |
of | back to summary |
---|---|
public static <S> List Creates a list of a left and right list. |
of | back to summary |
---|---|
public static <S> List Creates a list of a left, a middle and a right list. |