Class MRUList

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List, java.util.RandomAccess

    public class MRUList
    extends java.util.Vector
    Version:
    $Revision: 1.15 $
    Author:
    $author$
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.Vector

        capacityIncrement, elementCount, elementData
      • Fields inherited from class java.util.AbstractList

        modCount
    • Constructor Summary

      Constructors 
      Constructor Description
      MRUList()
      Creates a new MRUList object.
      MRUList​(java.io.InputStream in)
      Creates a new MRUList object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void reload​(java.io.InputStream in)  
      java.lang.String toString()  
      • Methods inherited from class java.util.Vector

        add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, removeRange, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, trimToSize
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        parallelStream, stream, toArray
    • Constructor Detail

      • MRUList

        public MRUList()
        Creates a new MRUList object.
      • MRUList

        public MRUList​(java.io.InputStream in)
                throws org.xml.sax.SAXException,
                       javax.xml.parsers.ParserConfigurationException,
                       java.io.IOException
        Creates a new MRUList object.
        Parameters:
        in -
        Throws:
        org.xml.sax.SAXException
        javax.xml.parsers.ParserConfigurationException
        java.io.IOException
    • Method Detail

      • reload

        public void reload​(java.io.InputStream in)
                    throws org.xml.sax.SAXException,
                           javax.xml.parsers.ParserConfigurationException,
                           java.io.IOException
        Parameters:
        in -
        Throws:
        org.xml.sax.SAXException
        javax.xml.parsers.ParserConfigurationException
        java.io.IOException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.util.Vector
        Returns: