Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getNewOutputs (1.13 sec)

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

        }
    
        /**
         * Gets the new output synonyms.
         * Returns a defensive copy to prevent external modification.
         *
         * @return The new output synonyms (defensive copy).
         */
        public String[] getNewOutputs() {
            return newOutputs == null ? null : newOutputs.clone();
        }
    
        /**
         * Sets the new output synonyms.
         *
         * @param newOutputs The new output synonyms.
         */
    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