LinkedHashMap.this

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

@param initialCapacity the initial capacity @param loadFactor the load factor @throws IllegalArgumentException if the initial capacity is negative or the load factor is nonpositive

Meta