SandMark version 2.0


sandmark.watermark.ct.recognize
Class Recognizer.Graphs

java.lang.Object
  |
  +--sandmark.watermark.ct.recognize.Recognizer.Graphs
All Implemented Interfaces:
java.util.Iterator
Enclosing class:
Recognizer

class Recognizer.Graphs
extends java.lang.Object
implements java.util.Iterator


Field Summary
(package private)  Recognizer.DecodedGraph nextObject
           
(package private)  java.util.Iterator roots
           
(package private)  java.util.HashSet seen
           
 
Constructor Summary
Recognizer.Graphs()
           
 
Method Summary
(package private)  void get()
           
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nextObject

Recognizer.DecodedGraph nextObject

seen

java.util.HashSet seen

roots

java.util.Iterator roots
Constructor Detail

Recognizer.Graphs

public Recognizer.Graphs()
Method Detail

get

void get()

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
                      throws java.util.NoSuchElementException
Specified by:
next in interface java.util.Iterator
java.util.NoSuchElementException

remove

public void remove()
Specified by:
remove in interface java.util.Iterator

SandMark version 2.0

Mon Jun 17 12:30:47 MST 2002