Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for CEILING (0.03 sec)

  1. guava/src/com/google/common/collect/Maps.java

          return map().lowerKey(e);
        }
    
        @Override
        public @Nullable K floor(@ParametricNullness K e) {
          return map().floorKey(e);
        }
    
        @Override
        public @Nullable K ceiling(@ParametricNullness K e) {
          return map().ceilingKey(e);
        }
    
        @Override
        public @Nullable K higher(@ParametricNullness K e) {
          return map().higherKey(e);
        }
    
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Mon Nov 17 22:50:48 UTC 2025
    - 163.5K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/collect/Maps.java

          return map().lowerKey(e);
        }
    
        @Override
        public @Nullable K floor(@ParametricNullness K e) {
          return map().floorKey(e);
        }
    
        @Override
        public @Nullable K ceiling(@ParametricNullness K e) {
          return map().ceilingKey(e);
        }
    
        @Override
        public @Nullable K higher(@ParametricNullness K e) {
          return map().higherKey(e);
        }
    
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Tue Sep 23 17:50:58 UTC 2025
    - 157.6K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    really I'm quite tired of being such a tiny little thing!'
    
      It did so indeed, and much sooner than she had expected:
    before she had drunk half the bottle, she found her head pressing
    against the ceiling, and had to stoop to save her neck from being
    broken.  She hastily put down the bottle, saying to herself
    `That's quite enough--I hope I shan't grow any more--As it is, I
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
Back to top