net.shibboleth.metadata.dom.saml
Class EntitiesDescriptorAssemblerStage.NoOpItemOrderingStrategy

java.lang.Object
  extended by 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.


Constructor Summary
private EntitiesDescriptorAssemblerStage.NoOpItemOrderingStrategy()
           
 
Method Summary
 List<DomElementItem> order(Collection<DomElementItem> items)
          Orders a given Item collection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntitiesDescriptorAssemblerStage.NoOpItemOrderingStrategy

private EntitiesDescriptorAssemblerStage.NoOpItemOrderingStrategy()
Method Detail

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.