|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openjena.atlas.lib.SinkWrapper<T>
org.openjena.atlas.lib.SinkCounting<T>
public final class SinkCounting<T>
| Constructor Summary | |
|---|---|
SinkCounting()
|
|
SinkCounting(Sink<T> output)
|
|
| Method Summary | |
|---|---|
long |
getCount()
|
void |
send(T thing)
|
| Methods inherited from class org.openjena.atlas.lib.SinkWrapper |
|---|
close, flush |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SinkCounting(Sink<T> output)
public SinkCounting()
| Method Detail |
|---|
public void send(T thing)
send in interface Sink<T>send in class SinkWrapper<T>public long getCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||