net.java.sen.trie
インタフェース CharIterator

既知のサブインタフェースの一覧:
SentenceIterator

public interface CharIterator

An iterator interface for chars


メソッドの概要
 boolean hasNext()
          Reports whether more characters are available
 char next()
          Returns the next available character
 

メソッドの詳細

hasNext

boolean hasNext()
Reports whether more characters are available

戻り値:
true if more characters are available, otherwise false

next

char next()
          throws java.util.NoSuchElementException
Returns the next available character

戻り値:
The next available character
例外:
java.util.NoSuchElementException - - if no more elements are available


Copyright ? 2008. All Rights Reserved.