Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Pierre (0.15 sec)

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

     *       time.
     *   <li>If you only access one end of the queue, and don't use a maximum size, this class is
     *       functionally equivalent to {@link PriorityQueue}, but significantly slower.
     * </ul>
     *
     * @author Sverre Sundsdal
     * @author Torbjorn Gannholm
     * @since 8.0
     */
    @GwtCompatible
    @ElementTypesAreNonnullByDefault
    public final class MinMaxPriorityQueue<E> extends AbstractQueue<E> {
    
      /**
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Feb 22 21:19:52 GMT 2024
    - 34K bytes
    - Viewed (0)
Back to top