org.coinjema.util
Class DataFlowCell<T>
java.lang.Object
org.coinjema.util.DataFlowCell<T>
public class DataFlowCell<T>
- extends Object
- Author:
- mstover
To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and
Comments
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataFlowCell
public DataFlowCell()
DataFlowCell
public DataFlowCell(T v)
getValue
protected T getValue()
- Returns:
- Returns the value.
setValue
protected void setValue(T value)
- Parameters:
value
- The value to set.
Public Domain Software.