|
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES All Classes |
Bag
interface in which elements are
extracted according to their natural order, as defined by their
implementation of the Comparable
interface, or its opposite.PriorityQueue
that extracts elements according to
their natural order (lowest to highest) or its opposite (highest to
lowest), depending on the value of the parameter orientation
.
PriorityQueue
that extracts elements according to
their natural order, lowest to highest.
|
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES All Classes |