Uses of Interface
org.omnaest.utils.structure.collection.list.sorted.TreeList.ElementVisitor

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

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

Methods in org.omnaest.utils.structure.collection.list.sorted with parameters of type TreeList.ElementVisitor
protected  void TreeList.visitElements(TreeList.ElementVisitor<E> elementVisitor)
          Similar to TreeList.visitElements(ElementVisitor, Iterable) which uses all available TreeList.ElementList instances of the internal SortedMap in their sort order.
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 beforeTraversalOfElementList(int, int, List) on them.
 



Copyright © 2013. All Rights Reserved.