Class WordSetKey

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

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

    • WordSetKey

      public WordSetKey(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(String name, 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.