SunSPOT API V5.0


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

SunSPOT API V5.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.