LinkedHashMap.accessOrder

The iteration ordering method for this linked hash map: <tt>true</tt> for access-order, <tt>false</tt> for insertion-order.

@serial

class LinkedHashMap(K, V)
bool accessOrder;

Meta