Uses of Class
org.decisiondeck.xmcda_oo.utils.ExternalOrderingSet

Packages that use ExternalOrderingSet
org.decisiondeck.utils.collections   
org.decisiondeck.xmcda_oo.utils   
 

Uses of ExternalOrderingSet in org.decisiondeck.utils.collections
 

Constructors in org.decisiondeck.utils.collections with parameters of type ExternalOrderingSet
OrderDecoratedSet(ExternalOrderingSet<E> order, Set<E> delegate, boolean changeOrder)
           
 

Uses of ExternalOrderingSet in org.decisiondeck.xmcda_oo.utils
 

Methods in org.decisiondeck.xmcda_oo.utils that return ExternalOrderingSet
static
<E> ExternalOrderingSet<E>
ExternalOrderingSet.create()
           
static
<E> ExternalOrderingSet<E>
ExternalOrderingSet.create(Collection<E> order)
          Creates a new object initialized with the given collection, in order of iteration.
 



Copyright © 2011. All Rights Reserved.