public class MRUList
extends java.util.Vector
Modifier and Type | Class and Description |
---|---|
class |
MRUList.ElementWrapper |
Constructor and Description |
---|
MRUList()
Creates a new MRUList object.
|
MRUList(java.io.InputStream in)
Creates a new MRUList object.
|
Modifier and Type | Method and Description |
---|---|
void |
reload(java.io.InputStream in) |
java.lang.String |
toString() |
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
public MRUList()
public MRUList(java.io.InputStream in) throws org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException, java.io.IOException
in
- org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
java.io.IOException
public void reload(java.io.InputStream in) throws org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException, java.io.IOException
in
- org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
java.io.IOException
public java.lang.String toString()
toString
in class java.util.Vector
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.