Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.utilities.referencepoints
Class FullDatabaseReferencePoints.DatabaseProxy.ProxyIterator

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.utilities.referencepoints.FullDatabaseReferencePoints.DatabaseProxy.ProxyIterator
All Implemented Interfaces:
Iterator<O>
Enclosing class:
FullDatabaseReferencePoints.DatabaseProxy

 class FullDatabaseReferencePoints.DatabaseProxy.ProxyIterator
extends Object
implements Iterator<O>

Iterator class

Author:
Erich Schubert

Field Summary
(package private)  Iterator<Integer> iter
          The real iterator.
 
Constructor Summary
FullDatabaseReferencePoints.DatabaseProxy.ProxyIterator(Iterator<Integer> iter)
          Constructor
 
Method Summary
 boolean hasNext()
           
 O next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iter

final Iterator<Integer> iter
The real iterator.

Constructor Detail

FullDatabaseReferencePoints.DatabaseProxy.ProxyIterator

FullDatabaseReferencePoints.DatabaseProxy.ProxyIterator(Iterator<Integer> iter)
Constructor

Parameters:
iter - Original iterator.
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<O extends NumberVector<O,?>>

next

public O next()
Specified by:
next in interface Iterator<O extends NumberVector<O,?>>

remove

public void remove()
Specified by:
remove in interface Iterator<O extends NumberVector<O,?>>

Release 0.3 (2010-03-31_1612)