Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 51 of 51 for linked_list (0.07 sec)

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

        }
        LinkedBlockingQueue<E> queue = new LinkedBlockingQueue<>();
        Iterables.addAll(queue, elements);
        return queue;
      }
    
      // LinkedList: see {@link com.google.common.collect.Lists}
    
      // PriorityBlockingQueue
    
      /**
       * Creates an empty {@code PriorityBlockingQueue} with the ordering given by its elements' natural
       * ordering.
       *
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 26 14:11:14 UTC 2024
    - 18.4K bytes
    - Viewed (0)
Back to top