"

2013 FRC Java API

"

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

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"