LinkedHashMap.this

Constructs an empty insertion-ordered <tt>LinkedHashMap</tt> instance with the specified initial capacity and a default load factor (0.75).

@param initialCapacity the initial capacity @throws IllegalArgumentException if the initial capacity is negative

Meta