Class ImmutableClassList

All Implemented Interfaces:
ClassList, Serializable, Iterable<String>, Collection<String>, Set<String>

public class ImmutableClassList extends AbstractSet<String> implements ClassList, Serializable
Immutable class list implementation.

For internal use only. May be renamed or removed in a future release.

Since:
1.0
Author:
Vaadin Ltd
See Also:
  • Constructor Details

    • ImmutableClassList

      public ImmutableClassList(Collection<String> values)
      Creates a new immutable class list with the given values.
      Parameters:
      values - the values of the class list
  • Method Details