javax.media.j3d
Class J3dQueryProps.MapIterator

java.lang.Object
  extended by javax.media.j3d.J3dQueryProps.MapIterator
All Implemented Interfaces:
java.util.Iterator
Enclosing class:
J3dQueryProps

private class J3dQueryProps.MapIterator
extends java.lang.Object
implements java.util.Iterator

Entry set class


Field Summary
private  java.util.Iterator i
           
 
Constructor Summary
private J3dQueryProps.MapIterator()
           
 
Method Summary
 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

i

private java.util.Iterator i
Constructor Detail

J3dQueryProps.MapIterator

private J3dQueryProps.MapIterator()
Method Detail

hasNext

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

next

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

remove

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


Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.