public class VolatileNumericType<T extends NumericType<T>> extends AbstractVolatileNumericType<T,VolatileNumericType<T>>
Constructor and Description |
---|
VolatileNumericType(T t) |
VolatileNumericType(T t,
boolean valid) |
Modifier and Type | Method and Description |
---|---|
VolatileNumericType<T> |
copy()
|
VolatileNumericType<T> |
createVariable()
Creates a new
Type variable which can only store one value. |
public VolatileNumericType(T t, boolean valid)
public VolatileNumericType(T t)
public VolatileNumericType<T> createVariable()
Type
Type
variable which can only store one value.Type
variablepublic VolatileNumericType<T> copy()
Type
Type
variableCopyright © 2015–2022 ImgLib2. All rights reserved.