Serialized Form
Package org.apache.commons.collections |
throwable
Throwable throwable
- The root cause throwable
throwable
Throwable throwable
- The root cause throwable
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deprecated.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Deprecated.
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 currently operating in "fast" mode?
map
TreeMap map
- The underlying map we are managing.
fast
boolean fast
- Are we operating in "fast" mode?
rootCause
Throwable rootCause
- Root cause of the exception
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Deprecated.
- Description copied from class:
SequencedHashMap
- Deserializes this map from the given stream.
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Deprecated.
- Description copied from class:
SequencedHashMap
- Serializes this map to the given stream.
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Read the object during deserialization.
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Deprecated.
- Deserializes this map from the given stream.
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Deprecated.
- Serializes this map to the given stream.
Package org.apache.commons.collections.bag |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Read the bag in using a custom routine.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Write the bag out using a custom routine.
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Read the bag in using a custom routine.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Write the bag out using a custom routine.
Package org.apache.commons.collections.bidimap |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
comparator
Comparator comparator
- The comparator to use
Package org.apache.commons.collections.comparators |
trueFirst
boolean trueFirst
true
iff true
values sort before false
values.
comparatorChain
List comparatorChain
orderingBits
BitSet orderingBits
isLocked
boolean isLocked
nonNullComparator
Comparator nonNullComparator
- The comparator to use when comparing two non-
null
objects.
nullsAreHigh
boolean nullsAreHigh
- Specifies whether a
null
are compared as higher than
non-null
objects.
comparator
Comparator comparator
Package org.apache.commons.collections.functors |
iPredicates
Predicate[] iPredicates
- The array of predicates to call
iPredicate1
Predicate iPredicate1
- The array of predicates to call
iPredicate2
Predicate iPredicate2
- The array of predicates to call
iPredicates
Predicate[] iPredicates
- The array of predicates to call
iClosures
Closure[] iClosures
- The closures to call in turn
iTransformers
Transformer[] iTransformers
- The transformers to call in turn
iClosure
Closure iClosure
- The closure to wrap
iConstant
Object iConstant
- The closures to call in turn
iConstant
Object iConstant
- The closures to call in turn
iValue
Object iValue
- The value to compare to
iFactory
Factory iFactory
- The closure to wrap
iCount
int iCount
- The number of times to loop
iClosure
Closure iClosure
- The closure to call
iValue
Object iValue
- The value to compare to
iPredicate
Predicate iPredicate
- The test
iTrueClosure
Closure iTrueClosure
- The closure to use if true
iFalseClosure
Closure iFalseClosure
- The closure to use if false
iType
Class iType
- The type to compare to
iClassToInstantiate
Class iClassToInstantiate
- The class to create
iParamTypes
Class[] iParamTypes
- The constructor parameter types
iArgs
Object[] iArgs
- The constructor arguments
iParamTypes
Class[] iParamTypes
- The constructor parameter types
iArgs
Object[] iArgs
- The constructor arguments
iMethodName
String iMethodName
- The method name to call
iParamTypes
Class[] iParamTypes
- The array of reflection parameter types
iArgs
Object[] iArgs
- The array of reflection arguments
iMap
Map iMap
- The map of data to lookup in
iPredicates
Predicate[] iPredicates
- The array of predicates to call
iPredicate
Predicate iPredicate
- The predicate to decorate
iPredicate
Predicate iPredicate
- The predicate to decorate
iPredicate
Predicate iPredicate
- The predicate to decorate
iPredicate
Predicate iPredicate
- The predicate to decorate
iPredicates
Predicate[] iPredicates
- The array of predicates to call
iPredicate1
Predicate iPredicate1
- The array of predicates to call
iPredicate2
Predicate iPredicate2
- The array of predicates to call
iPredicate
Predicate iPredicate
- The closure to wrap
iPredicates
Predicate[] iPredicates
- The tests to consider
iClosures
Closure[] iClosures
- The matching closures to call
iDefault
Closure iDefault
- The default closure to call if no tests match
iPredicates
Predicate[] iPredicates
- The tests to consider
iTransformers
Transformer[] iTransformers
- The matching transformers to call
iDefault
Transformer iDefault
- The default transformer to call if no tests match
iTransformer
Transformer iTransformer
- The transformer to wrap
iTransformer
Transformer iTransformer
- The transformer to call
iSet
Set iSet
- The set of previously seen objects
iPredicate
Predicate iPredicate
- The test condition
iClosure
Closure iClosure
- The closure to call
iDoLoop
boolean iDoLoop
- The flag, true is a do loop, false is a while
Package org.apache.commons.collections.keyvalue |
keys
Object[] keys
- The individual keys
hashCode
int hashCode
- The cached hashCode
Package org.apache.commons.collections.list |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserializes the data held in this object to the stream specified.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serializes the data held in this object to the stream specified.
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserializes the data held in this object to the stream specified.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serializes the data held in this object to the stream specified.
maximumCacheSize
int maximumCacheSize
- The maximum size of the cache.
Package org.apache.commons.collections.map |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Read the map in using a custom routine.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Write the map out using a custom routine.
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Read the map in using a custom routine.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Write the map out using a custom routine.
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Read the map in using a custom routine.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Write the map out using a custom routine.
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Read the map in using a custom routine.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Write the map out using a custom routine.
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Read the map in using a custom routine.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Write the map out using a custom routine.
Copyright © 2001-2004 Apache Software Foundation. All Rights Reserved.