org.openjena.atlas.iterator
Class AccString<T>

java.lang.Object
  extended by org.openjena.atlas.iterator.AccString<T>
All Implemented Interfaces:
Accumulate<T,String>

public class AccString<T>
extends Object
implements Accumulate<T,String>


Constructor Summary
AccString()
           
AccString(String sep)
           
 
Method Summary
 void accumulate(T item)
           
 void finish()
           
 String get()
           
 void start()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccString

public AccString(String sep)

AccString

public AccString()
Method Detail

accumulate

public void accumulate(T item)
Specified by:
accumulate in interface Accumulate<T,String>

get

public String get()
Specified by:
get in interface Accumulate<T,String>

start

public void start()
Specified by:
start in interface Accumulate<T,String>

finish

public void finish()
Specified by:
finish in interface Accumulate<T,String>


Licenced under the Apache License, Version 2.0