Uses of Class
net.sf.jasperreports.engine.util.LinkedMap
Packages that use LinkedMap
Package
Description
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
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 LinkedMapModifier and TypeMethodDescriptionprotected LinkedMap<Object, EvaluationBoundAction> DelayedFillActions.pageActionsMap(LinkedHashMap<FillPageKey, LinkedMap<Object, EvaluationBoundAction>> map, FillPageKey pageKey) Methods in net.sf.jasperreports.engine.fill with parameters of type LinkedMapModifier and TypeMethodDescriptionprotected voidDelayedFillActions.moveMasterActions(LinkedMap<Object, EvaluationBoundAction> sourceActions, FillPageKey destinationPageKey) protected voidDelayedFillActions.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 LinkedMapModifier and TypeMethodDescriptionprotected 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