Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MinMaxPriorityQueue (0.44 sec)

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

      }
    
      /**
       * The builder class used in creation of min-max priority queues. Instead of constructing one
       * directly, use {@link MinMaxPriorityQueue#orderedBy(Comparator)}, {@link
       * MinMaxPriorityQueue#expectedSize(int)} or {@link MinMaxPriorityQueue#maximumSize(int)}.
       *
       * @param <B> the upper bound on the eventual type that can be produced by this builder (for
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Feb 22 21:19:52 GMT 2024
    - 34K bytes
    - Viewed (0)
Back to top