Uses of Class
org.omnaest.utils.structure.collection.list.ListAbstract

Packages that use ListAbstract
org.omnaest.utils.store   
org.omnaest.utils.structure.array   
org.omnaest.utils.structure.collection.list   
org.omnaest.utils.structure.collection.list.adapter   
org.omnaest.utils.structure.collection.list.sorted   
 

Uses of ListAbstract in org.omnaest.utils.store
 

Subclasses of ListAbstract in org.omnaest.utils.store
 class NestedDirectoryToByteArrayContainerListAdapter
          Adapter which takes a nested directory structure and allows to access it as a List of ByteArrayContainers
 

Uses of ListAbstract in org.omnaest.utils.structure.array
 

Subclasses of ListAbstract in org.omnaest.utils.structure.array
 class ArrayToListAdapter<E>
          Adapter to use an Array instance as List.
 

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

Subclasses of ListAbstract in org.omnaest.utils.structure.collection.list
 class IdentityArrayList<E>
          Uses the "object == element" comparison instead of the equals comparison for methods navigating to the elements from the List by given element instances.
protected static class ListAbstract.ListAbstractSublist<E>
          Sublist implementation for the ListAbstract including the ListAbstract.ListAbstractSublist.fromIndex and excluding the ListAbstract.ListAbstractSublist.toIndex
 

Uses of ListAbstract in org.omnaest.utils.structure.collection.list.adapter
 

Subclasses of ListAbstract in org.omnaest.utils.structure.collection.list.adapter
 class ListToListAdapter<FROM,TO>
          Adapter which allows a given List with a specific type to be used as a List with another specific type using a ElementBidirectionalConverter
 

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

Subclasses of ListAbstract in org.omnaest.utils.structure.collection.list.sorted
 class InsertionSortedList<E>
          SortedList implementation using insertion sort algorithm based on a simple ArrayList
 class SortedListAbstract<E>
          Abstract implementation of a SortedList which reduces the need to implement all methods
protected static class SortedListAbstract.SortedListAbstractSublist<E>
          Sublist implementation for SortedListAbstract
 class TreeList<E>
          This sorted List implementation does use an internal TreeMap to provide all features a SortedSet has, except the fact that duplicate elements are allowed.
 



Copyright © 2013. All Rights Reserved.