Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

      The other guests had taken advantage of the Queen's absence,
    and were resting in the shade:  however, the moment they saw her,
    they hurried back to the game, the Queen merely remarking that a
    moment's delay would cost them their lives.
    
      All the time they were playing the Queen never left off
    quarrelling with the other players, and shouting `Off with his
    head!' or `Off with her head!'  Those whom she sentenced were
    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

        @Override
        public V next() {
          return nextEntry().getValue();
        }
      }
    
      /**
       * Custom Entry class used by EntryIterator.next(), that relays setValue changes to the underlying
       * map.
       */
      final class WriteThroughEntry implements Entry<K, V> {
        final K key; // non-null
        V value; // non-null
    
        WriteThroughEntry(K key, V value) {
    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

        @Override
        public V next() {
          return nextEntry().getValue();
        }
      }
    
      /**
       * Custom Entry class used by EntryIterator.next(), that relays setValue changes to the underlying
       * map.
       */
      final class WriteThroughEntry implements Entry<K, V> {
        final K key; // non-null
        V value; // non-null
    
        WriteThroughEntry(K key, V value) {
    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

      The other guests had taken advantage of the Queen's absence,
    and were resting in the shade:  however, the moment they saw her,
    they hurried back to the game, the Queen merely remarking that a
    moment's delay would cost them their lives.
    
      All the time they were playing the Queen never left off
    quarrelling with the other players, and shouting `Off with his
    head!' or `Off with her head!'  Those whom she sentenced were
    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