net.shibboleth.metadata.dom.saml
Class EntitiesDescriptorAssemblerStage.NoOpItemOrderingStrategy
java.lang.Object
net.shibboleth.metadata.dom.saml.EntitiesDescriptorAssemblerStage.NoOpItemOrderingStrategy
- All Implemented Interfaces:
- EntitiesDescriptorAssemblerStage.ItemOrderingStrategy
- Enclosing class:
- EntitiesDescriptorAssemblerStage
private class EntitiesDescriptorAssemblerStage.NoOpItemOrderingStrategy
- extends Object
- implements EntitiesDescriptorAssemblerStage.ItemOrderingStrategy
An ordering strategy that simply returns the collection in whatever order it was already in.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntitiesDescriptorAssemblerStage.NoOpItemOrderingStrategy
private EntitiesDescriptorAssemblerStage.NoOpItemOrderingStrategy()
order
public List<DomElementItem> order(Collection<DomElementItem> items)
- Orders a given Item collection.
- Specified by:
order in interface EntitiesDescriptorAssemblerStage.ItemOrderingStrategy
- Parameters:
items - collection of Item, never null
- Returns:
- sorted collection of Item, never null
Copyright © 2009-2011. All Rights Reserved.