Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NullsBeforeTwo (0.44 sec)

  1. android/guava-testlib/src/com/google/common/collect/testing/Helpers.java

        private NullsBeforeB() {
          super("b");
        }
      }
    
      public static final class NullsBeforeTwo extends NullsBefore {
        public static final NullsBeforeTwo INSTANCE = new NullsBeforeTwo();
    
        private NullsBeforeTwo() {
          super("two"); // from TestStringSortedMapGenerator's sample keys
        }
      }
    
      @J2ktIncompatible
      @GwtIncompatible // reflection
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sun Aug 10 19:54:19 UTC 2025
    - 17.2K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/collect/ForwardingSortedMapTest.java

     * limitations under the License.
     */
    
    package com.google.common.collect;
    
    import com.google.common.base.Function;
    import com.google.common.collect.testing.Helpers.NullsBeforeTwo;
    import com.google.common.collect.testing.SafeTreeMap;
    import com.google.common.collect.testing.SortedMapTestSuiteBuilder;
    import com.google.common.collect.testing.TestStringSortedMapGenerator;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jul 16 20:34:52 UTC 2025
    - 7.7K bytes
    - Viewed (0)
Back to top