Yes.
See: LinkedHashMap:
This linked list defines the iteration
ordering, which is normally the order
in which keys were inserted into the
map (insertion-order).
and from the HashMap#keySet documentation:
The set [returned] is backed by the map, so
changes to the map are reflected in
the set, and vice-versa.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…