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.Object
Something volatile that has a value and is either VALID or INVALID.- Author:
- Stephan Saalfeld
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
get()
boolean
isValid()
void
setValid(boolean valid)
-