jregex
Interface MatchIterator


public interface MatchIterator


Method Summary
 int count()
           
 boolean hasMore()
           
 MatchResult nextMatch()
           
 

Method Detail

hasMore

public boolean hasMore()

nextMatch

public MatchResult nextMatch()

count

public int count()


Copyright © 2002-2007 JRuby Team. All Rights Reserved.