|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.lists.FilterConsumer gnu.lists.VoidConsumer
public class VoidConsumer
A Consumer that does nothing.
Field Summary | |
---|---|
static VoidConsumer |
instance
|
Fields inherited from class gnu.lists.FilterConsumer |
---|
base, skipping |
Constructor Summary | |
---|---|
VoidConsumer()
|
Method Summary | |
---|---|
static VoidConsumer |
getInstance()
|
boolean |
ignoring()
True if consumer is ignoring rest of group. |
Methods inherited from class gnu.lists.FilterConsumer |
---|
append, append, append, beginAttribute, beginDocument, beginGroup, endAttribute, endDocument, endGroup, write, writeBoolean, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static VoidConsumer instance
Constructor Detail |
---|
public VoidConsumer()
Method Detail |
---|
public static VoidConsumer getInstance()
public boolean ignoring()
ignoring
in interface Consumer
ignoring
in class FilterConsumer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |