Uses of Class
org.omnaest.utils.structure.collection.list.sorted.TreeList.ElementList

Packages that use TreeList.ElementList
org.omnaest.utils.structure.collection.list.sorted   
 

Uses of TreeList.ElementList in org.omnaest.utils.structure.collection.list.sorted
 

Method parameters in org.omnaest.utils.structure.collection.list.sorted with type arguments of type TreeList.ElementList
protected  void TreeList.visitElements(TreeList.ElementVisitor<E> elementVisitor, Iterable<TreeList.ElementList> elementListCollection)
          Visitor method which allows to traverse over all given TreeList.ElementList in their current order and execute the TreeList.ElementVisitor.beforeTraversalOfElementList(int, int, List) on them.
 

Constructor parameters in org.omnaest.utils.structure.collection.list.sorted with type arguments of type TreeList.ElementList
TreeList(Factory<SortedMap<AccessorReadable<E>,TreeList.ElementList>> elementToEqualElementListMapFactory)
           
 



Copyright © 2013. All Rights Reserved.