Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_listOperations_iterators (0.13 sec)

  1. src/test/java/org/codelibs/fess/util/QueryResponseListTest.java

            Map<String, Object> doc3 = new HashMap<>();
            doc3.put("title", "Doc3");
            assertEquals(-1, qrList.indexOf(doc3));
        }
    
        public void test_listOperations_iterators() {
            List<Map<String, Object>> documentList = new ArrayList<>();
            Map<String, Object> doc1 = new HashMap<>();
            doc1.put("title", "Doc1");
            Map<String, Object> doc2 = new HashMap<>();
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 07:34:10 UTC 2025
    - 39.7K bytes
    - Viewed (0)
Back to top