Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for offerer (0.18 sec)

  1. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    court, without even waiting to put his shoes on.
    
      `--and just take his head off outside,' the Queen added to one
    of the officers:  but the Hatter was out of sight before the
    officer could get to the door.
    
      `Call the next witness!' said the King.
    
      The next witness was the Duchess's cook.  She carried the
    pepper-box in her hand, and Alice guessed who it was, even before
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  2. guava/src/com/google/common/cache/LocalCache.java

        return (ReferenceEntry<K, V>) NullEntry.INSTANCE;
      }
    
      static final Queue<?> DISCARDING_QUEUE =
          new AbstractQueue<Object>() {
            @Override
            public boolean offer(Object o) {
              return true;
            }
    
            @CheckForNull
            @Override
            public Object peek() {
              return null;
            }
    
            @CheckForNull
            @Override
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Thu Feb 22 17:40:56 GMT 2024
    - 150.3K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/cache/LocalCache.java

        return (ReferenceEntry<K, V>) NullEntry.INSTANCE;
      }
    
      static final Queue<?> DISCARDING_QUEUE =
          new AbstractQueue<Object>() {
            @Override
            public boolean offer(Object o) {
              return true;
            }
    
            @CheckForNull
            @Override
            public Object peek() {
              return null;
            }
    
            @CheckForNull
            @Override
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Feb 22 17:40:56 GMT 2024
    - 144.7K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    court, without even waiting to put his shoes on.
    
      `--and just take his head off outside,' the Queen added to one
    of the officers:  but the Hatter was out of sight before the
    officer could get to the door.
    
      `Call the next witness!' said the King.
    
      The next witness was the Duchess's cook.  She carried the
    pepper-box in her hand, and Alice guessed who it was, even before
    Plain Text
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
Back to top