Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for usemap (0.12 seconds)

  1. src/main/java/org/codelibs/fess/entity/DataStoreParams.java

         * The returned map is a copy and modifications will not affect this instance.
         *
         * @return a new Map containing all current parameters
         */
        public Map<String, Object> asMap() {
            return new ParamMap<>(new HashMap<>(getDataMap(params)));
        }
    
        /**
         * Extracts the underlying data map from a parameter map.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 5.8K bytes
    - Click Count (0)
Back to Top