|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||