com.isenshi.util
クラス CSVParser
java.lang.Object
com.isenshi.util.CSVParser
- すべての実装インタフェース:
- Iterator
- public class CSVParser
- extends Object
- implements Iterator
- 作成者:
- someda
クラス 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.