Uses of Class
net.sf.jasperreports.engine.util.LinkedMap
-
Packages that use LinkedMap Package Description net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).net.sf.jasperreports.engine.util Contains utility classes for the core library. -
-
Uses of LinkedMap in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return LinkedMap Modifier and Type Method Description protected LinkedMap<Object,EvaluationBoundAction>
DelayedFillActions. pageActionsMap(LinkedHashMap<FillPageKey,LinkedMap<Object,EvaluationBoundAction>> map, FillPageKey pageKey)
Methods in net.sf.jasperreports.engine.fill with parameters of type LinkedMap Modifier and Type Method Description protected void
DelayedFillActions. moveMasterActions(LinkedMap<Object,EvaluationBoundAction> sourceActions, FillPageKey destinationPageKey)
protected void
DelayedFillActions. readElementEvaluations(JRVirtualizable<VirtualElementsData> object, int sourceId, JREvaluationTime evaluationTime, LinkedMap<Object,EvaluationBoundAction> actionsMap)
Method parameters in net.sf.jasperreports.engine.fill with type arguments of type LinkedMap Modifier and Type Method Description protected LinkedMap<Object,EvaluationBoundAction>
DelayedFillActions. pageActionsMap(LinkedHashMap<FillPageKey,LinkedMap<Object,EvaluationBoundAction>> map, FillPageKey pageKey)
-
Uses of LinkedMap in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type LinkedMap Modifier and Type Method Description void
LinkedMap. addAll(LinkedMap<K,V> map)
Adds all entries from the map to this map, preserving the order.
-