- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getNewOutputs (1.13 sec)
-
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)