javax.mail.internet
Class matchEnum

java.lang.Object
  |
  +--javax.mail.internet.matchEnum
All Implemented Interfaces:
Enumeration

class matchEnum
extends Object
implements Enumeration


Constructor Summary
(package private) matchEnum(Vector v, String[] n, boolean m, boolean l)
           
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

matchEnum

matchEnum(Vector v,
          String[] n,
          boolean m,
          boolean l)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration

nextElement

public Object nextElement()
Specified by:
nextElement in interface Enumeration