org.apache.commons.collections
クラス TransformIterator
java.lang.Object
|
+--org.apache.commons.collections.ProxyIterator
|
+--org.apache.commons.collections.TransformIterator
- すべての実装インタフェース:
- java.util.Iterator
- public class TransformIterator
- extends ProxyIterator
A Proxy Iterator
which uses a Transformer
instance to
transform the contents of the Iterator
into some other form
- 作成者:
- James Strachan
クラス java.lang.Object から継承したメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransformIterator
public TransformIterator()
TransformIterator
public TransformIterator(java.util.Iterator iterator)
TransformIterator
public TransformIterator(java.util.Iterator iterator,
Transformer transformer)
getTransformer
public Transformer getTransformer()
- Getter for property transformer.
- 戻り値:
- Value of property transformer.
next
public java.lang.Object next()
- オーバーライド:
- クラス
ProxyIterator
内の next
setTransformer
public void setTransformer(Transformer transformer)
- Setter for property transformer.
- パラメータ:
transformer
- New value of property transformer.
Copyright © 2001 Apache Software Foundation. Documenation generated November 5 2001.