直列化された形式


パッケージ org.apache.commons.collections

クラス org.apache.commons.collections.ArrayStack は Serializable を実装します。

クラス org.apache.commons.collections.CursorableLinkedList は Serializable を実装します。

直列化メソッド

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
直列化されたフィールド

_modCount

int _modCount
Tracks the number of structural modifications to me.

_cursors

java.util.List _cursors
A list of the currently CursorableLinkedList.Cursors currently open in this list.

クラス org.apache.commons.collections.ExtendedProperties は Serializable を実装します。

直列化されたフィールド

defaults

ExtendedProperties defaults
Default configurations repository.

file

java.lang.String file
The file connected to this repository (holding comments and such).
 

basePath

java.lang.String basePath
Base path of the configuration file used to create this ExtendedProperties object.

fileSeparator

java.lang.String fileSeparator
File separator.

isInitialized

boolean isInitialized
Has this configuration been intialized.

keysAsListed

java.util.ArrayList keysAsListed
These are the keys in the order they listed in the configuration file. This is useful when you wish to perform operations with configuration information in a particular order.

クラス org.apache.commons.collections.FastArrayList は Serializable を実装します。

直列化されたフィールド

list

java.util.ArrayList list
The underlying list we are managing.

fast

boolean fast
Are we operating in "fast" mode?

クラス org.apache.commons.collections.FastHashMap は Serializable を実装します。

直列化されたフィールド

map

java.util.HashMap map
The underlying map we are managing.

fast

boolean fast
Are we operating in "fast" mode?

クラス org.apache.commons.collections.FastTreeMap は Serializable を実装します。

直列化されたフィールド

map

java.util.TreeMap map
The underlying map we are managing.

fast

boolean fast
Are we operating in "fast" mode?

クラス org.apache.commons.collections.LRUMap は Serializable を実装します。

直列化メソッド

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException



Copyright © 2001 Apache Software Foundation. Documenation generated November 5 2001.