Sun SPOT API
Green Release  


com.sun.squawk.util
Class SerializableIntHashtable

java.lang.Object
  extended by com.sun.squawk.util.IntHashtable
      extended by com.sun.squawk.util.SerializableIntHashtable
All Implemented Interfaces:
java.io.Serializable

public class SerializableIntHashtable
extends IntHashtable
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sun.squawk.util.IntHashtable
count, table, threshold
 
Constructor Summary
SerializableIntHashtable()
           
SerializableIntHashtable(int initialCapacity)
           
 
Method Summary
 
Methods inherited from class com.sun.squawk.util.IntHashtable
clear, contains, containsKey, elements, get, isEmpty, keys, put, rehash, remove, size, toString, visit
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SerializableIntHashtable

public SerializableIntHashtable(int initialCapacity)

SerializableIntHashtable

public SerializableIntHashtable()

Sun SPOT API
Green Release  


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