LogoSearch packages:      

Sourcecode: c3p0 version File versions  Download package

com::mchange::v1::util::WrapperIterator Class Reference

Inherits java::util::Iterator.

List of all members.


Detailed Description

This implementation does not yet support removes once hasNext() has been called... will add if necessary.

Definition at line 33 of file WrapperIterator.java.


Public Member Functions

boolean hasNext ()
Object next ()
void remove ()
 WrapperIterator (Iterator inner)
 WrapperIterator (Iterator inner, boolean supports_remove)

Protected Member Functions

abstract Object transformObject (Object o)

Static Protected Attributes

static final Object SKIP_TOKEN = new Object()

Package Attributes

Iterator inner
Object lastOut = null
Object nextOut = SKIP_TOKEN
boolean supports_remove

Static Package Attributes

static final boolean DEBUG = true

Private Member Functions

void findNext ()

The documentation for this class was generated from the following file:

Generated by  Doxygen 1.5.1   Back to index