This collection allows storing Strings so that
Actually this object is composed of skip list (for sorted search result) and map (for better performance).
{@link #remove} will fail in situation then item counter should becomeless than zero.
{@link #search} is delegated to {@link SkipListStringSet} instance.
{@code null} items should not be passed to add / remove / search.
|
|
|
|
|
|
|
|
|
|