public interface ThemeList extends Set<String>, Serializable
Element
.Modifier and Type | Method and Description |
---|---|
default boolean |
set(String themeName,
boolean set)
Sets or removes the given theme name, based on the
set parameter. |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray
parallelStream, removeIf, stream
default boolean set(String themeName, boolean set)
set
parameter.themeName
- the theme name to set or removeset
- true to set the theme name, false to remove itCopyright © 2021. All rights reserved.