Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for emptyArray (0.04 seconds)

  1. android/guava-tests/test/com/google/common/collect/OrderingTest.java

        final Ordering<T> ordering;
        final List<T> strictlyOrderedList;
        final T[] emptyArray;
    
        Scenario(Ordering<T> ordering, List<T> strictlyOrderedList, T[] emptyArray) {
          this.ordering = ordering;
          this.strictlyOrderedList = strictlyOrderedList;
          this.emptyArray = emptyArray;
        }
    
        void testCompareTo() {
          testComparator(ordering, strictlyOrderedList);
        }
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Mar 13 13:01:07 GMT 2026
    - 43.2K bytes
    - Click Count (0)
  2. guava-tests/test/com/google/common/collect/OrderingTest.java

        final Ordering<T> ordering;
        final List<T> strictlyOrderedList;
        final T[] emptyArray;
    
        Scenario(Ordering<T> ordering, List<T> strictlyOrderedList, T[] emptyArray) {
          this.ordering = ordering;
          this.strictlyOrderedList = strictlyOrderedList;
          this.emptyArray = emptyArray;
        }
    
        void testCompareTo() {
          testComparator(ordering, strictlyOrderedList);
        }
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Mar 13 13:01:07 GMT 2026
    - 43.2K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/util/LogNotificationAppender.java

                return null;
            }
            final Level level = Level.toLevel(minLevel, Level.ERROR);
            return new LogNotificationAppender(name, filter, layout, true, Property.EMPTY_ARRAY, level);
        }
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 14:36:23 GMT 2026
    - 6K bytes
    - Click Count (0)
Back to Top