public static class Value.Chars extends Vector
Type.CHARS
.Vector.Derived, Vector.Doubles, Vector.GP, Vector.Ints, Vector.Slice, Vector.Strings, Vector.Weighted
Value.Atomic, Value.Bool, Value.Char, Value.Chars, Value.Cts, Value.Defer, Value.Discrete, Value.Enum, Value.Inc_Or, Value.Int, Value.Lambda, Value.List, Value.Maybe, Value.Option, Value.Real, Value.Scannable, Value.Structured, Value.Triv, Value.Tuple
Modifier and Type | Field and Description |
---|---|
java.lang.String |
s
The
String of 'this' Chars. |
Constructor and Description |
---|
Chars(java.lang.String s) |
Modifier and Type | Method and Description |
---|---|
Value.Char |
elt(int i)
Element 'i' of 'this' Vector.
|
Type |
eltType()
The element Type is
Type.CHAR . |
int |
nElts()
The number of elements (rows) in 'this' Vector.
|
java.lang.String |
toString()
Return the
"string" of this Chars. |
Type |
type()
The Type is
Type.CHARS . |
addMore, addMore, append, append, as_1xn, as_nx1, asDiagonal, asMatrix, asQ, asQrotn, bOp, closes, col, cols, combine, compareTo, constAoM, constNlAoM, constWt, csv, csv, delete, delete, dot, doubles, doubles, doubles, drop, drop, dropLast, elt, elts, foldl, foldl, foldr, foldr, fromScannable, ints, ints, isRectangular, isSquare, main, map, match, merge, nCols, nearlySymmetric, nearlySymmetric, nElts, nlAoM, nlAoM, norm_Cts, norm, normalised, normalised1, normalised2, opens, repeat, rotate, rotate, rowLength, scaled, shape, singleton, slice, sorted, sorted, sorted, strings, sumSq, take, takeLast, times, toSeries, uniqueElts, unzip, unzip, uOp, values, weight, weight, weight, weightLike, weightLike, wt, wtMedian, wtNlAoM, wtNlAoM, wts, wts, zip, zip
AoM, elts, frth, fst, print, separator, snd, thrd
public Type type()
Type.CHARS
.public int nElts()
Vector
wts()
.public Value.Char elt(int i)
Vector
Vector.wt(int)
public java.lang.String toString()
"string"
of this Chars.toString
in class Value.Structured