public abstract class FlowElement<BASE_DATA_TYPE> extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected BASE_DATA_TYPE |
data |
| Constructor and Description |
|---|
FlowElement() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
BASE_DATA_TYPE |
get() |
int |
hashCode() |
void |
put(BASE_DATA_TYPE t) |
String |
toString() |
protected BASE_DATA_TYPE data
public BASE_DATA_TYPE get()
public void put(BASE_DATA_TYPE t)
Copyright © 2016. All rights reserved.