Class ModulesMetaData

    • Constructor Summary

      Constructors 
      Constructor Description
      ModulesMetaData()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ModuleMetaData get​(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 interface org.jboss.metadata.javaee.support.IdMetaData

        getId, setId
    • Constructor Detail

      • ModulesMetaData

        public ModulesMetaData()
    • 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: