| List |
Create a List from a long input
based on two functions, the first to
determine the list size, and the second to populate the list with
object values.
|
| ListAutoDocsInfo |
|
| Map |
Create a Map from a long input based on three functions,
the first to determine the map size, and the second to populate
the map with key objects, and the third to populate the map with
value objects.
|
| MapAutoDocsInfo |
|
| Set |
Create a Set from a long input based on two functions,
the first to determine the set size, and the second to populate
the set with object values.
|
| SetAutoDocsInfo |
|
| StringList |
Create a List<String> from a long value,
based on two functions, the first to
determine the list size, and the second to populate the list with
String values.
|
| StringListAutoDocsInfo |
|
| StringMap |
Create a Map<String,String> from a long input
based on three functions,
the first to determine the map size, and the second to populate
the map with key objects, and the third to populate the map with
value objects.
|
| StringMapAutoDocsInfo |
|
| StringSet |
Create a Set<String> from a long
based on two functions, the first to
determine the set size, and the second to populate the set with
String values.
|
| StringSetAutoDocsInfo |
|