org.tinyjee.maven.dim.extensions
Class SelectableMappedJavaEntitiesList

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<E>
              extended by org.tinyjee.maven.dim.utils.SelectableArrayList<E>
                  extended by org.tinyjee.maven.dim.utils.AbstractSelectableJavaEntitiesList<Map<?,?>>
                      extended by org.tinyjee.maven.dim.extensions.SelectableMappedJavaEntitiesList
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Map<?,?>>, Collection<Map<?,?>>, List<Map<?,?>>, RandomAccess

public class SelectableMappedJavaEntitiesList
extends AbstractSelectableJavaEntitiesList<Map<?,?>>

Implements AbstractSelectableJavaEntitiesList to let it host output from JavaSourceLoader.

Author:
Juergen_Kellerer, 2011-10-10
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.tinyjee.maven.dim.utils.SelectableArrayList
SelectableArrayList.Selector<E>
 
Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
SelectableMappedJavaEntitiesList(Collection<? extends Map<?,?>> maps, String qdoxEntityKey)
           
SelectableMappedJavaEntitiesList(String qdoxEntityKey)
           
 
Method Summary
 SelectableMappedJavaEntitiesList clone()
           
protected  Object unwrap(Map<?,?> element)
          Unwraps the given list element to something that can be converted to a valid AbstractJavaEntity inside AbstractSelectableJavaEntitiesList.unwrapToEntity(Object).
 
Methods inherited from class org.tinyjee.maven.dim.utils.AbstractSelectableJavaEntitiesList
asMap, isAnnotation, selectAnnotated, selectDerived, selectMatching, selectNonAnnotated, selectNonDerived, selectNonMatching, unwrapToEntity
 
Methods inherited from class org.tinyjee.maven.dim.utils.SelectableArrayList
createInvertSelector, createOrSelector, createRegularExpressionSelector, select, selectMatching
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

SelectableMappedJavaEntitiesList

public SelectableMappedJavaEntitiesList(Collection<? extends Map<?,?>> maps,
                                        String qdoxEntityKey)

SelectableMappedJavaEntitiesList

public SelectableMappedJavaEntitiesList(String qdoxEntityKey)
Method Detail

unwrap

protected Object unwrap(Map<?,?> element)
Description copied from class: AbstractSelectableJavaEntitiesList
Unwraps the given list element to something that can be converted to a valid AbstractJavaEntity inside AbstractSelectableJavaEntitiesList.unwrapToEntity(Object).

Specified by:
unwrap in class AbstractSelectableJavaEntitiesList<Map<?,?>>
Parameters:
element - the list element to unwrap.
Returns:
the raw JavaEntity or compatible instance of the behind the list element.

clone

public SelectableMappedJavaEntitiesList clone()
Overrides:
clone in class AbstractSelectableJavaEntitiesList<Map<?,?>>