Coinjema
1.7

Serialized Form


Package org.coinjema.collections

Class org.coinjema.collections.ConfigurationTree extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

propTree

ListedHashTree<T> propTree

Class org.coinjema.collections.HashTree extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

void readObject(ObjectInputStream ois)
          throws ClassNotFoundException,
                 IOException
Method readObject.

Throws:
ClassNotFoundException
IOException

writeObject

void writeObject(ObjectOutputStream oos)
           throws IOException
Throws:
IOException
Serialized Fields

data

Map<K,V> data

Class org.coinjema.collections.ListedHashTree extends HashTree<T> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

void readObject(ObjectInputStream ois)
          throws ClassNotFoundException,
                 IOException
Throws:
ClassNotFoundException
IOException

writeObject

void writeObject(ObjectOutputStream oos)
           throws IOException
Throws:
IOException
Serialized Fields

order

List<E> order

Class org.coinjema.collections.SortedHashTree extends HashTree<T> implements Serializable

serialVersionUID: 1L

Serialized Fields

comparator

Comparator<T> comparator

Package org.coinjema.context

Class org.coinjema.context.CoinjemaContext extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

reverseIndex

int reverseIndex

hash

int hash

depth

int depth

name

String name


Coinjema
1.7

Public Domain Software.