net.shibboleth.metadata.dom.saml
Interface EntitiesDescriptorAssemblerStage.ItemOrderingStrategy

All Known Implementing Classes:
EntitiesDescriptorAssemblerStage.NoOpItemOrderingStrategy
Enclosing class:
EntitiesDescriptorAssemblerStage

public static interface EntitiesDescriptorAssemblerStage.ItemOrderingStrategy

A strategy that defines how to order a Item collection.


Method Summary
 List<DomElementItem> order(Collection<DomElementItem> items)
          Orders a given Item collection.
 

Method Detail

order

List<DomElementItem> order(@Nonnull@NonnullElements
                           Collection<DomElementItem> items)
Orders a given Item collection.

Parameters:
items - collection of Item, never null
Returns:
sorted collection of Item, never null


Copyright © 1999-2012. All Rights Reserved.