public class OrderedItemContainer<T> extends Object
getSortedItems()
. In order to prevent excessive sorts once the sort has been performed
no new objects can be added.
The sort is guaranteed to be stable, so adding multiple objects with the same priority means that they will be
run in the order that they were added.Constructor and Description |
---|
OrderedItemContainer() |
Copyright © 2015 JBoss by Red Hat. All rights reserved.