Serialized Form
Package org.apache.commons.collections |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
_modCount
int _modCount
- Tracks the number of structural modifications to me.
_cursors
List _cursors
- A list of the currently
CursorableLinkedList.Cursor
s currently
open in this list.
defaults
ExtendedProperties defaults
- Default configurations repository.
file
String file
- The file connected to this repository (holding comments and
such).
-
basePath
String basePath
- Base path of the configuration file used to create
this ExtendedProperties object.
fileSeparator
String fileSeparator
- File separator.
isInitialized
boolean isInitialized
- Has this configuration been intialized.
keysAsListed
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.
list
ArrayList list
- The underlying list we are managing.
fast
boolean fast
- Are we operating in "fast" mode?
map
HashMap map
- The underlying map we are managing.
fast
boolean fast
- Are we operating in "fast" mode?
map
TreeMap map
- The underlying map we are managing.
fast
boolean fast
- Are we operating in "fast" mode?
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
mName
String mName
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
stack
Stack stack
- The stack of
String
objects.
Package org.apache.commons.collections.comparators |
comparatorChain
List comparatorChain
orderingBits
BitSet orderingBits
isLocked
boolean isLocked
comparator
Comparator comparator
Copyright © 2001 Apache Software Foundation. Documenation generated April 2 2002.