Package net.imglib2
Class Volatile<T>
- java.lang.Object
-
- net.imglib2.Volatile<T>
-
- Direct Known Subclasses:
AbstractVolatileNumericType,AbstractVolatileRealType
public class Volatile<T> extends java.lang.ObjectSomething volatile that has a value and is either VALID or INVALID.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tget()booleanisValid()voidsetValid(boolean valid)
-