git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@719119
13f79535-47bb-0310-9956-
ffa450edef68
import java.util.Enumeration;
import java.util.NoSuchElementException;
+/**
+ * @deprecated
+ */
public class EmptyEnumeration implements Enumeration {
static EmptyEnumeration staticInstance=new EmptyEnumeration();
*
* @author Ignacio J. Ortega
*
+ * @deprecated
*/
public class LRUCache
* is not empty.
*
* @author Anil V (akv@eng.sun.com)
+ *
+ * @deprecated
*/
public class Queue {
private Vector vector = new Vector();
* it makes a significant difference when normalizing attributes,
* which is done for each start-element construct.
*
+ *@deprecated
*/
public final class SimpleHashtable implements Enumeration
{
*
* @author Gal Shachor
* @author Costin Manolache
+ *
+ * @deprecated
*/
public final class SimplePool {