Uses of Class
org.omnaest.utils.structure.collection.list.decorator.ListDecorator

Packages that use ListDecorator
org.omnaest.utils.operation.foreach   
org.omnaest.utils.structure.collection.list   
org.omnaest.utils.structure.collection.list.decorator   
org.omnaest.utils.structure.collection.list.sorted   
 

Uses of ListDecorator in org.omnaest.utils.operation.foreach
 

Subclasses of ListDecorator in org.omnaest.utils.operation.foreach
static class ForEach.Result<V>
          ForEach.Result of a ForEach Operation which is basically an unmodifiable List of all returned instances from the Operations.
 

Uses of ListDecorator in org.omnaest.utils.structure.collection.list
 

Subclasses of ListDecorator in org.omnaest.utils.structure.collection.list
 class BooleanList
          Special List wrapper for Boolean types which provides some further methods to analyze the state of the values.
 

Uses of ListDecorator in org.omnaest.utils.structure.collection.list.decorator
 

Subclasses of ListDecorator in org.omnaest.utils.structure.collection.list.decorator
 class LockingListDecorator<E>
          A ListDecorator which uses a given Lock instance to synchronize all of its methods.
 

Uses of ListDecorator in org.omnaest.utils.structure.collection.list.sorted
 

Subclasses of ListDecorator in org.omnaest.utils.structure.collection.list.sorted
protected  class TreeList.ElementList
          An TreeList.ElementList is based on an regular ArrayList but additionally removes itself from the underlying SortedMap if its last element is removed and the List is going to get empty.
 



Copyright © 2013. All Rights Reserved.