IconStringListAdapter.this - multiple declarations

Function IconStringListAdapter.this

create empty string list adapter.

this();

Function IconStringListAdapter.this

Init with array of StringListValue.

this(
  StringListValue[] items
);