[
https://issues.apache.org/jira/browse/FREEMARKER-53?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16036717#comment-16036717
]
Man J edited comment on FREEMARKER-53 at 6/5/17 9:29 AM:
---------------------------------------------------------
Is there a data structure built into the JDK that would yield last-in-first-out
iteration order when used with Freemarker?
was (Author: manj):
Is there a data structure that would yield last-in-first-out iteration order
when used with Freemarker?
> Element order not preserved with java.util.Stack
> ------------------------------------------------
>
> Key: FREEMARKER-53
> URL: https://issues.apache.org/jira/browse/FREEMARKER-53
> Project: Apache Freemarker
> Issue Type: Bug
> Components: engine
> Affects Versions: 2.3.23
> Reporter: Man J
> Priority: Minor
>
> A field inside one of my model objects is of the type {{java.util.Stack}}.
> Java code iterates over the elements of this field correctly to yield objects
> in last-in-first-out order. However, Freemarker iterates over its elements in
> first-in-first-out order like a regular {{List}}.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)