Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setNewOutputs (2.64 sec)

  1. src/main/java/org/codelibs/fess/dict/synonym/SynonymItem.java

            return newOutputs == null ? null : newOutputs.clone();
        }
    
        /**
         * Sets the new output synonyms.
         *
         * @param newOutputs The new output synonyms.
         */
        public void setNewOutputs(final String[] newOutputs) {
            this.newOutputs = newOutputs;
        }
    
        /**
         * Gets the original input words.
         * Returns a defensive copy to prevent external modification.
         *
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 20 07:09:00 UTC 2025
    - 6K bytes
    - Viewed (0)
Back to top