Serialized Form
-
Package jadex.collection
-
Class jadex.collection.CachedObject
class CachedObject extends Object implements Serializable-
Serialized Fields
-
cachedobject
Serializable cachedobject
The cached object. -
filename
String filename
The filename of the cache. -
lastmodified
long lastmodified
The last modified date.
-
-
-
Class jadex.collection.ConcurrencyCheckingList
class ConcurrencyCheckingList extends Object implements Serializable-
Serialized Fields
-
list
List list
The wrapped list.
-
-
-
Exception Class jadex.collection.IBlockingQueue.ClosedException
class ClosedException extends RuntimeException implements Serializable -
Class jadex.collection.IndexMap
class IndexMap extends Object implements Serializable -
Class jadex.collection.IndexMap.ListIndexMap
-
Class jadex.collection.IndexMap.MapIndexMap
-
Class jadex.collection.LeaseTimeSet.SynchronizedLeaseTimeCollection
class SynchronizedLeaseTimeCollection extends Object implements Serializable-
Serialization Methods
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
c
ILeaseTimeSet<E> c
-
mutex
Object mutex
-
-
-
Class jadex.collection.LRU
-
Serialized Fields
-
cleaner
ILRUEntryCleaner cleaner
The entry cleaner (for performing cleanup code on removed entries). -
max
int max
The maximum number of entries.
-
-
-
Class jadex.collection.MultiCollection
class MultiCollection extends Object implements Serializable-
Serialized Fields
-
map
Map<K,
Collection<V>> map The map. -
type
Class<?> type
The collection type.
-
-
-
Class jadex.collection.NestedMap
class NestedMap extends Object implements Serializable -
Class jadex.collection.ObjectCache
class ObjectCache extends Object implements Serializable-
Serialized Fields
-
cache
Map<String,
CachedObject> cache The expression caches for filename. -
filename
String filename
The filename of the cache. -
persist_always
boolean persist_always
The persist strategy (always or only on demand by manually calling persist). -
persist_single
boolean persist_single
The flag indicating if cached objects are stored on disk themselves.
-
-
-
Class jadex.collection.OrderedProperties
class OrderedProperties extends Properties implements Serializable-
Serialized Fields
-
map
LinkedHashMap<Object,
Object> map The internal map.
-
-
-
Class jadex.collection.SortedList
-
Serialized Fields
-
ascending
boolean ascending
The ordering direction of the list. -
comp
Comparator<? super T> comp
The comparator to use (if any).
-
-
-
Class jadex.collection.TwoWayMultiCollection
class TwoWayMultiCollection extends MultiCollection implements Serializable-
Serialized Fields
-
reverse
TwoWayMultiCollection reverse
The reverse multi-collection.
-
-
-
Class jadex.collection.WeakList
class WeakList extends Object implements Serializable-
Serialization Methods
-
readResolve
Perform special handling on deserialization.- Throws:
ObjectStreamException
-
writeReplace
Perform special handling on serialization.- Throws:
ObjectStreamException
-
-
Serialized Fields
-
-
Class jadex.collection.WeakSet
-
Serialization Methods
-
readResolve
Perform special handling on serialization.- Throws:
ObjectStreamException
-
writeReplace
Perform special handling on serialization.- Throws:
ObjectStreamException
-
-
Serialized Fields
-
serialized_set
Set serialized_set
-
-
-