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.
- Throws:
IOException
- if the stream raises it
ClassNotFoundException
- if the stream raises it
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Deprecated.
- Serializes this map to the given stream.
- Throws:
IOException
- if the stream raises it
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.
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Read the collection in using a custom routine.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Write the collection out using a custom routine.
- Throws:
IOException
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Read the collection in using a custom routine.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Write the collection out using a custom routine.
- Throws:
IOException
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.buffer |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Read the buffer in using a custom routine.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Write the buffer out using a custom routine.
- Throws:
IOException
maxElements
int maxElements
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Read the buffer in using a custom routine.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Write the buffer out using a custom routine.
- Throws:
IOException
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Read the collection in using a custom routine.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Write the collection out using a custom routine.
- Throws:
IOException
Package org.apache.commons.collections.collection |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Read the collection in using a custom routine.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Write the collection out using a custom routine.
- Throws:
IOException
predicate
Predicate predicate
- The predicate to use
collection
Collection collection
- The collection to decorate
lock
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
List comparatorChain
- The list of comparators in the chain.
orderingBits
BitSet orderingBits
- Order - false (clear) = ascend; true (set) = descend.
isLocked
boolean isLocked
- Whether the chain has been "locked".
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
- 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
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 factory 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 call
iPredicate
Predicate iPredicate
- The predicate to call
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
map
Map map
- The map underlying the entry/iterator
key
Object key
- The key
Package org.apache.commons.collections.list |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Read the list in using a custom routine.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Write the list out using a custom routine.
- Throws:
IOException
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.
factory
Factory factory
- The factory to use to lazily instantiate the objects
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.
set
Set set
- Internal Set to maintain uniqueness.
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.
- Throws:
IOException
ClassNotFoundException
- Since:
- Commons Collections 3.1
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Write the map out using a custom routine.
- Throws:
IOException
- Since:
- Commons Collections 3.1
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.
- Throws:
IOException
ClassNotFoundException
- Since:
- Commons Collections 3.1
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Write the map out using a custom routine.
- Throws:
IOException
- Since:
- Commons Collections 3.1
factory
Transformer factory
- The factory to use to construct elements
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.
- Throws:
IOException
ClassNotFoundException
- Since:
- Commons Collections 3.1
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Write the map out using a custom routine.
- Throws:
IOException
- Since:
- Commons Collections 3.1
insertOrder
List insertOrder
- Internal list to hold the sequence of objects
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.
scanUntilRemovable
boolean scanUntilRemovable
- Scan behaviour
map
AbstractHashedMap map
- The decorated map
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Read the map in using a custom routine.
- Throws:
IOException
ClassNotFoundException
- Since:
- Commons Collections 3.1
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Write the map out using a custom routine.
- Throws:
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(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.
key
Object key
- Singleton key
value
Object value
- Singleton value
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Read the map in using a custom routine.
- Throws:
IOException
ClassNotFoundException
- Since:
- Commons Collections 3.1
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Write the map out using a custom routine.
- Throws:
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(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Read the map in using a custom routine.
- Throws:
IOException
ClassNotFoundException
- Since:
- Commons Collections 3.1
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Write the map out using a custom routine.
- Throws:
IOException
- Since:
- Commons Collections 3.1
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Read the map in using a custom routine.
- Throws:
IOException
ClassNotFoundException
- Since:
- Commons Collections 3.1
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Write the map out using a custom routine.
- Throws:
IOException
- Since:
- Commons Collections 3.1
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Read the map in using a custom routine.
- Throws:
IOException
ClassNotFoundException
- Since:
- Commons Collections 3.1
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Write the map out using a custom routine.
- Throws:
IOException
- Since:
- Commons Collections 3.1
Package org.apache.commons.collections.set |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Read the set in using a custom routine.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Write the set out using a custom routine.
- Throws:
IOException
setOrder
List setOrder
- Internal list to hold the sequence of objects
map
Map map
- The map being used as the backing store
dummyValue
Object dummyValue
- The dummyValue to use
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Read the collection in using a custom routine.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Write the collection out using a custom routine.
- Throws:
IOException
Copyright © 2001-2004 Apache Software Foundation. All Rights Reserved.