Class | Description |
---|---|
README |
About package 'la.util'
|
RefInt |
Class for a "by reference", "variable", or
"result" int parameter.
|
Series |
Series, of
Values , is like the standard Java
Enumeration and Iterator but with simpler semantics. |
Series.Discrete |
Series producing Discrete Values.
|
Series.Int |
Series producing Int Values.
|
Series.Lines |
Series of lines (
Value.Chars , strings) from an
input stream of byte such as a FileInputStream, say. |
Series.Range |
Series of Ints from 'fst' inclusive, to 'ovr' exclusive, with
an optional 'step' (default is 1) which may be negative.
|
Series.Separator |
A Series of "comma"-separated variables (CSV) as Chars (strings) out
of a String, s.
|
Test | |
Timer | |
Util |
A few general purpose constants and utility functions/methods.
|
README
.