net.sourceforge.plantuml.command.regex
Class MatcherIterator

java.lang.Object
  extended by net.sourceforge.plantuml.command.regex.MatcherIterator
All Implemented Interfaces:
java.util.Iterator<java.lang.String>

public class MatcherIterator
extends java.lang.Object
implements java.util.Iterator<java.lang.String>


Method Summary
 boolean hasNext()
           
 java.lang.String next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<java.lang.String>

next

public java.lang.String next()
Specified by:
next in interface java.util.Iterator<java.lang.String>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<java.lang.String>


Copyright © 2014. All Rights Reserved.