Package jline.lang.state
Class EventCacheKey
java.lang.Object
jline.lang.state.EventCacheKey
A data structure acting as a key to the EventCache
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEventCacheKey(int ind, Matrix inspace, EventType event, int jobClass, boolean isSimulation) EventCacheKey(int ind, Matrix inspace, EventType event, int jobClass, boolean isSimulation, boolean noPromote) -
Method Summary
-
Field Details
-
ind
public final int ind -
inspace
-
event
-
jobClass
public final int jobClass -
isSimulation
public final boolean isSimulation -
noPromote
public final boolean noPromote
-
-
Constructor Details
-
EventCacheKey
-
EventCacheKey
-
-
Method Details