Serialized Form
|
Package org.apache.commons.collections |
throwable
java.lang.Throwable throwable
- The root cause throwable
throwable
java.lang.Throwable throwable
- The root cause throwable
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deprecated.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Deprecated.
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.
list
java.util.ArrayList list
- The underlying list we are managing.
fast
boolean fast
- Are we operating in "fast" mode?
map
java.util.HashMap map
- The underlying map we are managing.
fast
boolean fast
- Are we currently operating in "fast" mode?
map
java.util.TreeMap map
- The underlying map we are managing.
fast
boolean fast
- Are we operating in "fast" mode?
rootCause
java.lang.Throwable rootCause
- Root cause of the exception
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deprecated.
- Description copied from class:
SequencedHashMap
- Deserializes this map from the given stream.
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Deprecated.
- Description copied from class:
SequencedHashMap
- Serializes this map to the given stream.
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the object during deserialization.
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deprecated.
- Deserializes this map from the given stream.
- Throws:
java.io.IOException - if the stream raises it
java.lang.ClassNotFoundException - if the stream raises it
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Deprecated.
- Serializes this map to the given stream.
- Throws:
java.io.IOException - if the stream raises it
|
Package org.apache.commons.collections.bag |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the bag in using a custom routine.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write the bag out using a custom routine.
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the bag in using a custom routine.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write the bag out using a custom routine.
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the collection in using a custom routine.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write the collection out using a custom routine.
- Throws:
java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the collection in using a custom routine.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write the collection out using a custom routine.
- Throws:
java.io.IOException
|
Package org.apache.commons.collections.bidimap |
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
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
comparator
java.util.Comparator comparator
- The comparator to use
|
Package org.apache.commons.collections.buffer |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the buffer in using a custom routine.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write the buffer out using a custom routine.
- Throws:
java.io.IOException
maxElements
int maxElements
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the buffer in using a custom routine.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write the buffer out using a custom routine.
- Throws:
java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the collection in using a custom routine.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write the collection out using a custom routine.
- Throws:
java.io.IOException
|
Package org.apache.commons.collections.collection |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the collection in using a custom routine.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write the collection out using a custom routine.
- Throws:
java.io.IOException
predicate
Predicate predicate
- The predicate to use
collection
java.util.Collection collection
- The collection to decorate
lock
java.lang.Object lock
- The object to lock on, needed for List/SortedSet views
transformer
Transformer transformer
- The transformer to use
|
Package org.apache.commons.collections.comparators |
trueFirst
boolean trueFirst
true iff true values sort before false values.
comparatorChain
java.util.List comparatorChain
- The list of comparators in the chain.
orderingBits
java.util.BitSet orderingBits
- Order - false (clear) = ascend; true (set) = descend.
isLocked
boolean isLocked
- Whether the chain has been "locked".
nonNullComparator
java.util.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
java.util.Comparator comparator
- The comparator being decorated.
|
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
java.lang.Object iConstant
- The closures to call in turn
iConstant
java.lang.Object iConstant
- The closures to call in turn
iValue
java.lang.Object iValue
- The value to compare to
iFactory
Factory iFactory
- The factory to wrap
iCount
int iCount
- The number of times to loop
iClosure
Closure iClosure
- The closure to call
iValue
java.lang.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
java.lang.Class iType
- The type to compare to
iClassToInstantiate
java.lang.Class iClassToInstantiate
- The class to create
iParamTypes
java.lang.Class[] iParamTypes
- The constructor parameter types
iArgs
java.lang.Object[] iArgs
- The constructor arguments
iParamTypes
java.lang.Class[] iParamTypes
- The constructor parameter types
iArgs
java.lang.Object[] iArgs
- The constructor arguments
iMethodName
java.lang.String iMethodName
- The method name to call
iParamTypes
java.lang.Class[] iParamTypes
- The array of reflection parameter types
iArgs
java.lang.Object[] iArgs
- The array of reflection arguments
iMap
java.util.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 call
iPredicate
Predicate iPredicate
- The predicate to call
iTransformer
Transformer iTransformer
- The transformer to wrap
iTransformer
Transformer iTransformer
- The transformer to call
iSet
java.util.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
java.lang.Object[] keys
- The individual keys
hashCode
int hashCode
- The cached hashCode
map
java.util.Map map
- The map underlying the entry/iterator
key
java.lang.Object key
- The key
|
Package org.apache.commons.collections.list |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the list in using a custom routine.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write the list out using a custom routine.
- Throws:
java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes the data held in this object to the stream specified.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Serializes the data held in this object to the stream specified.
factory
Factory factory
- The factory to use to lazily instantiate the objects
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes the data held in this object to the stream specified.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Serializes the data held in this object to the stream specified.
maximumCacheSize
int maximumCacheSize
- The maximum size of the cache.
set
java.util.Set set
- Internal Set to maintain uniqueness.
|
Package org.apache.commons.collections.map |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the map in using a custom routine.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write the map out using a custom routine.
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the map in using a custom routine.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException- Since:
- Commons Collections 3.1
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write the map out using a custom routine.
- Throws:
java.io.IOException- Since:
- Commons Collections 3.1
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the map in using a custom routine.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write the map out using a custom routine.
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the map in using a custom routine.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write the map out using a custom routine.
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the map in using a custom routine.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write the map out using a custom routine.
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the map in using a custom routine.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write the map out using a custom routine.
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the map in using a custom routine.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException- Since:
- Commons Collections 3.1
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write the map out using a custom routine.
- Throws:
java.io.IOException- Since:
- Commons Collections 3.1
factory
Transformer factory
- The factory to use to construct elements
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the map in using a custom routine.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write the map out using a custom routine.
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the map in using a custom routine.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException- Since:
- Commons Collections 3.1
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write the map out using a custom routine.
- Throws:
java.io.IOException- Since:
- Commons Collections 3.1
insertOrder
java.util.List insertOrder
- Internal list to hold the sequence of objects
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the map in using a custom routine.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write the map out using a custom routine.
scanUntilRemovable
boolean scanUntilRemovable
- Scan behaviour
map
AbstractHashedMap map
- The decorated map
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the map in using a custom routine.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException- Since:
- Commons Collections 3.1
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write the map out using a custom routine.
- Throws:
java.io.IOException- Since:
- Commons Collections 3.1
keyPredicate
Predicate keyPredicate
- The key predicate to use
valuePredicate
Predicate valuePredicate
- The value predicate to use
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the map in using a custom routine.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write the map out using a custom routine.
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the map in using a custom routine.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write the map out using a custom routine.
key
java.lang.Object key
- Singleton key
value
java.lang.Object value
- Singleton value
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the map in using a custom routine.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException- Since:
- Commons Collections 3.1
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write the map out using a custom routine.
- Throws:
java.io.IOException- Since:
- Commons Collections 3.1
keyTransformer
Transformer keyTransformer
- The transformer to use for the key
valueTransformer
Transformer valueTransformer
- The transformer to use for the value
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the map in using a custom routine.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException- Since:
- Commons Collections 3.1
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write the map out using a custom routine.
- Throws:
java.io.IOException- Since:
- Commons Collections 3.1
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the map in using a custom routine.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException- Since:
- Commons Collections 3.1
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write the map out using a custom routine.
- Throws:
java.io.IOException- Since:
- Commons Collections 3.1
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the map in using a custom routine.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException- Since:
- Commons Collections 3.1
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write the map out using a custom routine.
- Throws:
java.io.IOException- Since:
- Commons Collections 3.1
|
Package org.apache.commons.collections.set |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the set in using a custom routine.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write the set out using a custom routine.
- Throws:
java.io.IOException
setOrder
java.util.List setOrder
- Internal list to hold the sequence of objects
map
java.util.Map map
- The map being used as the backing store
dummyValue
java.lang.Object dummyValue
- The dummyValue to use
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the collection in using a custom routine.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write the collection out using a custom routine.
- Throws:
java.io.IOException
Copyright © 2001-2004 The Apache Software Foundation. All Rights Reserved.