| HashedLineToStringList |
Creates a List<String> from a list of words in a file.
|
| HashedLineToStringListAutoDocsInfo |
|
| HashedLineToStringSet |
Return a pseudo-randomly created Set from the values in
the specified file.
|
| HashedLineToStringSetAutoDocsInfo |
|
| HashedLineToStringStringMap |
Create a String-String map from the specified file, ranging in size
from 0 to the specified maximum.
|
| HashedLineToStringStringMapAutoDocsInfo |
|
| HashedRangeToLongList |
Create a list of longs.
|
| HashedRangeToLongListAutoDocsInfo |
|
| List |
Deprecated. |
| ListAutoDocsInfo |
|
| ListFunctions |
Create a List from a long input based on a set of provided functions.
|
| ListFunctionsAutoDocsInfo |
|
| ListHashed |
Create a List from a long input based on a set of provided functions.
|
| ListHashedAutoDocsInfo |
|
| ListSized |
Create a List from a long input based on a set of provided functions.
|
| ListSizedAutoDocsInfo |
|
| ListSizedHashed |
Create a List from a long input based on a set of provided functions.
|
| ListSizedHashedAutoDocsInfo |
|
| ListSizedStepped |
Create a List from a long input based on a set of provided functions.
|
| ListSizedSteppedAutoDocsInfo |
|
| ListStepped |
Create a List from a long input based on a set of provided functions.
|
| ListSteppedAutoDocsInfo |
|
| 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 |
|
| MapFunctions |
Create a Map from a long input based on a set of provided key and value functions.
|
| MapFunctionsAutoDocsInfo |
|
| MapHashed |
Create a Map from a long input based on a set of provided key and value functions.
|
| MapHashedAutoDocsInfo |
|
| MapSized |
Create a Map from a long input based on a set of provided key and value functions.
|
| MapSizedAutoDocsInfo |
|
| MapSizedHashed |
Create a Map from a long input based on a set of provided key and value functions.
|
| MapSizedHashedAutoDocsInfo |
|
| MapSizedStepped |
Create a Map from a long input based on a set of provided key and value functions.
|
| MapSizedSteppedAutoDocsInfo |
|
| MapStepped |
Create a Map from a long input based on a set of provided key and value functions.
|
| MapSteppedAutoDocsInfo |
|
| Set |
Deprecated. |
| SetAutoDocsInfo |
|
| SetFunctions |
Create a Set from a long input based on a set of provided functions.
|
| SetFunctionsAutoDocsInfo |
|
| SetHashed |
Create a Set from a long input based on a set of provided functions.
|
| SetHashedAutoDocsInfo |
|
| SetSized |
Create a Set from a long input based on a set of provided functions.
|
| SetSizedAutoDocsInfo |
|
| SetSizedHashed |
Create a Set from a long input based on a set of provided functions.
|
| SetSizedHashedAutoDocsInfo |
|
| SetSizedStepped |
Create a Set from a long input based on a set of provided functions.
|
| SetSizedSteppedAutoDocsInfo |
|
| SetStepped |
Create a Set from a long input based on a set of provided functions.
|
| SetSteppedAutoDocsInfo |
|
| StringList |
Deprecated. |
| 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 |
|