Package org.jboss.metadata.ear.spec
Class ModulesMetaData
- java.lang.Object
-
- org.jboss.metadata.javaee.support.IdMetaDataImpl
-
- org.jboss.metadata.javaee.support.AbstractMappedMetaData<ModuleMetaData>
-
- org.jboss.metadata.ear.spec.ModulesMetaData
-
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<ModuleMetaData>,Collection<ModuleMetaData>,IdMetaData,MappedMetaData<ModuleMetaData>
public class ModulesMetaData extends AbstractMappedMetaData<ModuleMetaData>
- Version:
- $Revision: 66411 $
- Author:
- Scott.Stark@jboss.org
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModulesMetaData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModuleMetaDataget(int index)Convience method for treating the map as an ordered list.-
Methods inherited from class org.jboss.metadata.javaee.support.AbstractMappedMetaData
add, addAll, addNotification, clear, contains, containsAll, containsKey, equals, get, getByName, hashCode, isEmpty, iterator, keySet, remove, removeAll, removeNotification, retainAll, size, toArray, toArray, toString
-
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, getId, setId
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, spliterator, stream, toArray
-
Methods inherited from interface org.jboss.metadata.javaee.support.IdMetaData
getId, setId
-
-
-
-
Method Detail
-
get
public ModuleMetaData get(int index)
Convience method for treating the map as an ordered list. O(n), so not efficient for large maps.- Parameters:
index-- Returns:
-
-