Class WordSetKey

All Implemented Interfaces:
Serializable, Key<@NonNull ImmutableSet<String>>, MapAccessor<@NonNull ImmutableSet<String>>, NonNullKey<@NonNull ImmutableSet<String>>, NonNullMapAccessor<@NonNull ImmutableSet<String>>

public class WordSetKey extends NonNullObjectKey<@NonNull ImmutableSet<String>>
WordSetKey.
Author:
Werner Randelshofer
See Also:
  • Constructor Details

    • WordSetKey

      public WordSetKey(@NonNull String name)
      Creates a new instance with the specified name and with null as the default value.
      Parameters:
      name - The name of the key.
    • WordSetKey

      public WordSetKey(@NonNull String name, @NonNull ImmutableSet<String> defaultValue)
      Creates a new instance with the specified name, mask and default value.
      Parameters:
      name - The name of the key.
      defaultValue - The default value.