public class Streams
extends java.lang.Object
| Constructor and Description |
|---|
Streams() |
| Modifier and Type | Method and Description |
|---|---|
static Iterable4 |
printableCharacters() |
static Iterable4 |
randomCharacters() |
static Iterable4 |
randomIntegers() |
static Iterable4 |
randomNaturals(int ceiling) |
static Iterable4 |
randomStrings() |
public static Iterable4 randomIntegers()
public static Iterable4 randomNaturals(int ceiling)
public static Iterable4 randomStrings()
public static Iterable4 printableCharacters()
public static Iterable4 randomCharacters()