Serialized Form


Package at.molindo.thirdparty.org.apache.wicket.util.time

Class at.molindo.thirdparty.org.apache.wicket.util.time.Duration extends at.molindo.thirdparty.org.apache.wicket.util.time.AbstractTimeValue implements Serializable

serialVersionUID: 1L

Class at.molindo.thirdparty.org.apache.wicket.util.time.Time extends at.molindo.thirdparty.org.apache.wicket.util.time.AbstractTime implements Serializable

serialVersionUID: 1L


Package at.molindo.thirdparty.org.apache.wicket.util.value

Class at.molindo.thirdparty.org.apache.wicket.util.value.IntValue extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

int value
the int value

Class at.molindo.thirdparty.org.apache.wicket.util.value.LongValue extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

long value
the long value


Package at.molindo.thirdparty.org.compass.core.util.concurrent

Class at.molindo.thirdparty.org.compass.core.util.concurrent.ConcurrentLinkedHashMap extends AbstractMap<K,V> implements Serializable

serialVersionUID: 8350170357874293408L

Serialized Fields

listeners

List<E> listeners

data

ConcurrentMap<K,V> data

capacity

AtomicInteger capacity

policy

ConcurrentLinkedHashMap.EvictionPolicy policy

length

AtomicInteger length

head

at.molindo.thirdparty.org.compass.core.util.concurrent.ConcurrentLinkedHashMap.Node<K,V> head

tail

at.molindo.thirdparty.org.compass.core.util.concurrent.ConcurrentLinkedHashMap.Node<K,V> tail

Package at.molindo.utils.collections

Class at.molindo.utils.collections.BusinessKeyHashMap extends HashMap<K,V extends IBusinessKey<K>> implements Serializable

serialVersionUID: 1L

Class at.molindo.utils.collections.BusinessKeyTreeMap extends TreeMap<K,V extends IBusinessKey<K>> implements Serializable

serialVersionUID: 1L

Class at.molindo.utils.collections.IdentityHashSet extends AbstractSet<E> implements Serializable

serialVersionUID: -5024744406713321676L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the HashSet instance from a stream (that is, deserialize it).

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of this HashSet instance to a stream (that is, serialize it).

Serial Data:
The capacity of the backing HashMap instance (int), and its load factor (float) are emitted, followed by the size of the set (the number of elements it contains) (int), followed by all of its elements (each an Object) in no particular order.
Throws:
IOException

Package at.molindo.utils.concurrent

Class at.molindo.utils.concurrent.KeyLock.KeyLockedException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

_key

Object _key

Package at.molindo.utils.data

Class at.molindo.utils.data.ArrayPairList extends ArrayList<Pair<K,V>> implements Serializable

serialVersionUID: 1L

Class at.molindo.utils.data.LinkedPairList extends LinkedList<Pair<K,V>> implements Serializable

serialVersionUID: 1L

Class at.molindo.utils.data.Pair extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_first

Object _first

_second

Object _second

Package at.molindo.utils.tools

Class at.molindo.utils.tools.UrlBuilder extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_protocol

String _protocol

_user

String _user

_password

String _password

_host

String _host

_port

Integer _port

_path

String _path

_params

LinkedHashMap<K,V> _params

_fragment

String _fragment

_defaultPorts

Map<K,V> _defaultPorts

Class at.molindo.utils.tools.URLCoder.Utf8Unsupported extends RuntimeException implements Serializable

serialVersionUID: 1L



Copyright © 2013 Molindo GmbH. All Rights Reserved.