Serialized Form
-
Package org.djutils.immutablecollections
-
Class org.djutils.immutablecollections.ImmutableAbstractCollection extends Object implements Serializable
- serialVersionUID:
- 20180908L
-
Serialized Fields
-
copyOrWrap
Immutable copyOrWrap
COPY stores a safe, internal copy of the collection; WRAP stores a pointer to the original collection.
-
-
Class org.djutils.immutablecollections.ImmutableAbstractList extends ImmutableAbstractCollection<E> implements Serializable
- serialVersionUID:
- 20160507L
-
Class org.djutils.immutablecollections.ImmutableAbstractMap extends Object implements Serializable
- serialVersionUID:
- 20160507L
-
Serialized Fields
-
Class org.djutils.immutablecollections.ImmutableAbstractSet extends ImmutableAbstractCollection<E> implements Serializable
- serialVersionUID:
- 20160507L
-
Class org.djutils.immutablecollections.ImmutableArrayList extends ImmutableAbstractList<E> implements Serializable
- serialVersionUID:
- 20160507L
-
Class org.djutils.immutablecollections.ImmutableHashMap extends ImmutableAbstractMap<K,V> implements Serializable
- serialVersionUID:
- 20160507L
-
Serialized Fields
-
cachedEntrySet
ImmutableSet<ImmutableMap.ImmutableEntry<K,V>> cachedEntrySet
the cached entrySet. -
cachedKeySet
ImmutableSet<K> cachedKeySet
the cached keySet.
-
-
Class org.djutils.immutablecollections.ImmutableHashSet extends ImmutableAbstractSet<E> implements Serializable
- serialVersionUID:
- 20160507L
-
Class org.djutils.immutablecollections.ImmutableLinkedHashMap extends ImmutableAbstractMap<K,V> implements Serializable
- serialVersionUID:
- 20160507L
-
Serialized Fields
-
cachedEntrySet
ImmutableSet<ImmutableMap.ImmutableEntry<K,V>> cachedEntrySet
the cached entrySet. -
cachedKeySet
ImmutableSet<K> cachedKeySet
the cached keySet.
-
-
Class org.djutils.immutablecollections.ImmutableLinkedHashSet extends ImmutableAbstractSet<E> implements Serializable
- serialVersionUID:
- 20160507L
-
Class org.djutils.immutablecollections.ImmutableTreeMap extends ImmutableAbstractMap<K,V> implements Serializable
- serialVersionUID:
- 20160507L
-
Serialized Fields
-
cachedEntrySet
ImmutableSortedSet<ImmutableMap.ImmutableEntry<K,V>> cachedEntrySet
the cached entrySet. -
cachedKeySet
ImmutableSortedSet<K> cachedKeySet
the cached keySet.
-
-
Class org.djutils.immutablecollections.ImmutableTreeSet extends ImmutableAbstractSet<E> implements Serializable
- serialVersionUID:
- 20160507L
-
Class org.djutils.immutablecollections.ImmutableVector extends ImmutableAbstractList<E> implements Serializable
- serialVersionUID:
- 20160507L
-
-
Package org.djutils.reflection
-
Class org.djutils.reflection.FieldSignature extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
String value
the value of the field descriptor.
-
-
Class org.djutils.reflection.MethodSignature extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
String value
the value of the methodDescriptor.
-
-