Sun SPOT API
Green Release  


com.sun.squawk.util
Interface IntHashtableVisitor


public interface IntHashtableVisitor

This class allows us to interate over an IntHashtable without allocating memory.


Method Summary
 void visitIntHashtable(int key, Object value)
          Visit method.
 

Method Detail

visitIntHashtable

void visitIntHashtable(int key,
                       Object value)
Visit method.

Parameters:
key - the key
value - the value

Sun SPOT API
Green Release  


Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.