SunSPOT API V3.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 V3.0


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