com.isenshi.util
クラス CSVParser

java.lang.Object
  拡張com.isenshi.util.CSVParser
すべての実装インタフェース:
Iterator

public class CSVParser
extends Object
implements Iterator

作成者:
someda

コンストラクタの概要
CSVParser(Reader reader)
           
 
メソッドの概要
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CSVParser

public CSVParser(Reader reader)
メソッドの詳細

remove

public void remove()
定義:
インタフェース Iterator 内の remove

hasNext

public boolean hasNext()
定義:
インタフェース Iterator 内の hasNext

next

public Object next()
定義:
インタフェース Iterator 内の next


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.