Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ObjectCountLinkedHashMap (0.08 sec)

  1. android/guava/src/com/google/common/collect/ObjectCountLinkedHashMap.java

    @GwtCompatible
    @NullMarked
    final class ObjectCountLinkedHashMap<K extends @Nullable Object> extends ObjectCountHashMap<K> {
      /** Creates an empty {@code ObjectCountLinkedHashMap} instance. */
      static <K extends @Nullable Object> ObjectCountLinkedHashMap<K> create() {
        return new ObjectCountLinkedHashMap<K>();
      }
    
      /**
       * Creates a {@code ObjectCountLinkedHashMap} instance, with a high enough "initial capacity" that
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 5.9K bytes
    - Viewed (0)
Back to top