Bag that maintains a sorted order among
its unique representative members. | Method Summary | |
|---|---|
| Comparator |
Returns the comparator associated with this sorted set, or null if it uses its elements' natural ordering. |
| Object |
Returns the first (lowest) member. |
| Object |
Returns the last (highest) member. |
| Methods inherited from org.apache.commons.collectionsBag |
|---|
| Methods inherited from java.utilCollection |
|---|
| Methods inherited from java.langIterable |
|---|