jregex
Interface MatchIterator


public interface MatchIterator


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

Method Detail

hasMore

boolean hasMore()

nextMatch

MatchResult nextMatch()

count

int count()


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