public class SigSequencer.IntColumn extends Object implements IntSignalSource
SignalSource.AddOperator, SignalSource.CompilableBinaryOperator, SignalSource.Constant<A>, SignalSource.DivOperator, SignalSource.MultOperator, SignalSource.SubOperator
Modifier and Type | Field and Description |
---|---|
protected int[] |
data |
Constructor and Description |
---|
IntColumn(int i) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
dump() |
void |
dup() |
Integer |
get() |
int |
getAsInt() |
void |
load(int f) |
(package private) void |
load(Object o) |
(package private) void |
loadOneValue(Scanner sc,
int i) |
(package private) void |
startLoading(int i,
@Opt String src) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compileDataFlow, constant, logger, logger, zipWith
constant
public Integer get()
get
in interface SignalSource<A>
get
in interface Supplier<A>
public int getAsInt()
getAsInt
in interface IntSignalSource
getAsInt
in interface IntSupplier
public void load(int f)
void load(Object o)
public void dup()
void loadOneValue(Scanner sc, int i)
void dump()