Module io.virtdata.lib.basics
Package io.virtdata.libbasics.shared.from_long.to_collection
-
Class Summary Class Description HashedLineToStringList 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 Create aListfrom 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 ListTemplate Create aList<String>based on two functions, the first to determine the list size, and the second to populate the list with string values.ListTemplateAutoDocsInfo Map Create aMapfrom 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 MapTemplate Construct aMapfrom a set of input functions.MapTemplateAutoDocsInfo Set Create aSetfrom 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 aList<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 aMap<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 aSet<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