Serialized Form
-
Package de.cronn.reflection.util
-
Class de.cronn.reflection.util.ReflectionRuntimeException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package de.cronn.reflection.util.immutable.collection
-
Class de.cronn.reflection.util.immutable.collection.DeepImmutableCollection extends java.util.AbstractCollection<E> implements Serializable
- serialVersionUID:
- 1L
-
Class de.cronn.reflection.util.immutable.collection.DeepImmutableList extends DeepImmutableCollection<E> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
listDelegate
java.util.List<E> listDelegate
-
-
Class de.cronn.reflection.util.immutable.collection.DeepImmutableMap extends java.util.AbstractMap<K,V> implements Serializable
- serialVersionUID:
- 1L
-
Class de.cronn.reflection.util.immutable.collection.DeepImmutableSet extends DeepImmutableCollection<E> implements Serializable
- serialVersionUID:
- 1L
-