Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Leicht (0.2 sec)

  1. android/guava/src/com/google/common/cache/LocalCache.java

        final int weight;
    
        WeightedWeakValueReference(
            ReferenceQueue<V> queue, V referent, ReferenceEntry<K, V> entry, int weight) {
          super(queue, referent, entry);
          this.weight = weight;
        }
    
        @Override
        public int getWeight() {
          return weight;
        }
    
        @Override
        public ValueReference<K, V> copyFor(
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Feb 22 17:40:56 GMT 2024
    - 144.7K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `Are you content now?' said the Caterpillar.
    
      `Well, I should like to be a LITTLE larger, sir, if you
    wouldn't mind,' said Alice:  `three inches is such a wretched
    height to be.'
    
      `It is a very good height indeed!' said the Caterpillar
    angrily, rearing itself upright as it spoke (it was exactly three
    inches high).
    
      `But I'm not used to it!' pleaded poor Alice in a piteous tone.
    Plain Text
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `Are you content now?' said the Caterpillar.
    
      `Well, I should like to be a LITTLE larger, sir, if you
    wouldn't mind,' said Alice:  `three inches is such a wretched
    height to be.'
    
      `It is a very good height indeed!' said the Caterpillar
    angrily, rearing itself upright as it spoke (it was exactly three
    inches high).
    
      `But I'm not used to it!' pleaded poor Alice in a piteous tone.
    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)
  4. guava/src/com/google/common/cache/LocalCache.java

        final int weight;
    
        WeightedWeakValueReference(
            ReferenceQueue<V> queue, V referent, ReferenceEntry<K, V> entry, int weight) {
          super(queue, referent, entry);
          this.weight = weight;
        }
    
        @Override
        public int getWeight() {
          return weight;
        }
    
        @Override
        public ValueReference<K, V> copyFor(
    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)
Back to top