toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general.assertions.expected
/
Nothing
/
items
items
public
static
Nothing
items
(
String
prefixSingular
,
String
prefixPlural
,
List
<
? extends
Object
>
items
,
String
suffixSingular
,
String
suffixPlural
)
(
source
)
public
static
Nothing
items
(
String
prefix
,
List
<
? extends
Object
>
items
,
String
suffix
)
(
source
)
public
static
Nothing
items
(
String
prefix
,
List
<
? extends
Object
>
items
)
(
source
)
public
static
Nothing
items
(
List
<
? extends
Object
>
list
,
String
suffix
)
(
source
)
public
static
Nothing
items
(
List
<
? extends
Object
>
list
)
(
source
)
public
static
Nothing
items
(
String
prefixSingular
,
String
prefixPlural
,
List
<
? extends
Object
>
items
)
(
source
)
public
static
Nothing
items
(
List
<
? extends
Object
>
items
,
String
suffixSingular
,
String
suffixPlural
)
(
source
)