Serialized Form


Package org.cojen.classfile

Class org.cojen.classfile.MethodDesc extends Descriptor implements Serializable

Serialization Methods

writeReplace

Object writeReplace()
              throws ObjectStreamException
Throws:
ObjectStreamException

Class org.cojen.classfile.TypeDesc extends Descriptor implements Serializable

Serialization Methods

writeReplace

Object writeReplace()
              throws ObjectStreamException
Throws:
ObjectStreamException

Package org.cojen.util

Class org.cojen.util.BeanComparator extends Object implements Serializable

Serialized Fields

mBeanClass

Class<T> mBeanClass
Compare two object classes for equality.


mOrderByName

String mOrderByName

mUsingComparator

Comparator<T> mUsingComparator

mFlags

int mFlags

mCollator

Comparator<T> mCollator

mParent

BeanComparator mParent

Class org.cojen.util.IntHashMap extends AbstractMap implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the IntHashMap instance from a stream (i.e., deserialize it).

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of the IntHashMap instance to a stream (i.e., serialize it).

Serial Data:
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.
Throws:
IOException
Serialized Fields

threshold

int threshold
The table is rehashed when its size exceeds this threshold. (The value of this field is (int)(capacity * loadFactor).)

 

loadFactor

float loadFactor
The load factor for the hashtable.

 

Class org.cojen.util.NoSuchPropertyException extends RuntimeException implements Serializable



Copyright © 2004-2011 Brian S O'Neill. All Rights Reserved.