java.lang.String string
StringInputStream.Mode mode
int index
int charOffset
int available
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
IntHashMap instance from a stream (i.e.,
deserialize it).java.io.IOExceptionjava.lang.ClassNotFoundExceptionprivate void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
IntHashMap instance to a stream (i.e.,
serialize it).
Context The capacity of the IntHashMap (the length of the bucket array) is emitted (int), followed by the size of the IntHashMap (the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping represented by the IntHashMap The key-value mappings are emitted in no particular order.
java.io.IOExceptionint threshold
float loadFactor
Copyright © 2003-2013 Jodd Team