Class InflectedFormSet

    • Constructor Detail

      • InflectedFormSet

        public InflectedFormSet()
    • Method Detail

      • add

        public void add​(List<? extends InflectionData> keys,
                        Set<String> values)
        Add all values in the current Inflected Forms Set for given key
        Parameters:
        keys - the list of inflections for which the set of values are added
        values - the set of values to add to the map.
      • add

        public void add​(InflectionData key,
                        Set<String> values)
        Add all values in the current Inflected Forms Set for given key
        Parameters:
        key - the inflection for which the set of values are added
        values - the set of values to add to the map.
      • add

        public void add​(InflectionData key,
                        String value)
        Add value in the current Inflected Forms Set for given key
        Parameters:
        key - the inflection for which the map of values are added
        value - the value to add to the map.