Interface ConfigurationElementList

    • Method Detail

      • clear

        void clear()
        Clears the element of the collection
      • get

        ConfigurationElement get​(int index)
        Parameters:
        index - index of the object to return
        Returns:
        The object in the collection with the given index
      • get

        ConfigurationElement get​(java.lang.Object key)
        Parameters:
        key - the key of the object to return
        Returns:
        An object of the collection with the given Key
      • put

        void put​(java.lang.Object key,
                 ConfigurationElement element)
        Add an element to the collection
        Parameters:
        key - the key of the object
        element - the configelement to add
      • remove

        ConfigurationElement remove​(java.lang.Object key)
        Removes an element from the collection
        Parameters:
        key - the key of the object to remove;
        Returns:
        the removed ConfigurationElement object
      • size

        int size()
        Returns:
        the size of the collection
      • getKey

        java.lang.Object getKey​(int index)
        Parameters:
        index - the index of the requested Object
        Returns:
        the key ob the object in index
      • getValues

        java.util.Enumeration getValues()
        Returns:
        an enumeration of the values currently in the collection