com.codestudio.util
Class FastMap._Iterator

java.lang.Object
  |
  +--com.codestudio.util.FastMap._Iterator
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
FastMap

public class FastMap._Iterator
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
FastMap._Iterator()
           
 
Method Summary
 boolean _iterate()
           
 java.lang.Object _key()
           
 void _remove()
           
 java.lang.Object _value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastMap._Iterator

public FastMap._Iterator()
Method Detail

_iterate

public boolean _iterate()

_remove

public void _remove()

_key

public java.lang.Object _key()

_value

public java.lang.Object _value()


Copyright © 1999-2001 The Code Studio. All Rights Reserved.