- capacity() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableVector
-
Returns the current capacity of this immutable vector.
- ceiling(E) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableNavigableSet
-
Returns the least element in this immutable set greater than or equal to the given element, or null
if there is
no such element.
- ceiling(E) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeSet
-
Returns the least element in this immutable set greater than or equal to the given element, or null
if there is
no such element.
- ceilingKey(K) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableNavigableMap
-
Returns the least key in this immutable map greater than or equal to the given key, or null
if there is no such
key.
- ceilingKey(K) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeMap
-
Returns the least key in this immutable map greater than or equal to the given key, or null
if there is no such
key.
- comparator() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableSortedMap
-
Returns the comparator used to order the keys in this immutable map, or
null if this immutable map uses the
natural ordering of its keys.
- comparator() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableSortedSet
-
Returns the comparator used to order the elements in this immutable set, or
null if this immutable set uses the
natural ordering of its elements.
- comparator() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeMap
-
Returns the comparator used to order the keys in this immutable map, or
null if this immutable map uses the
natural ordering of its keys.
- comparator() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeSet
-
Returns the comparator used to order the elements in this immutable set, or
null if this immutable set uses the
natural ordering of its elements.
- CompoundProperty - Class in org.opentrafficsim.base.modelproperties
-
Compound property.
- CompoundProperty(String, String, String, List<Property<?>>, boolean, int) - Constructor for class org.opentrafficsim.base.modelproperties.CompoundProperty
-
Construct a CompoundProperty.
- contains(Object) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractList
-
Returns true if this immutable collection contains the specified element.
- contains(Object) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractSet
-
Returns true if this immutable collection contains the specified element.
- contains(Object) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableCollection
-
Returns true if this immutable collection contains the specified element.
- containsAll(Collection<?>) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractList
-
Returns true if this immutable collection contains all of the elements in the specified collection.
- containsAll(ImmutableCollection<?>) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractList
-
Returns true if this immutable collection contains all of the elements in the specified immutable collection.
- containsAll(Collection<?>) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractSet
-
Returns true if this immutable collection contains all of the elements in the specified collection.
- containsAll(ImmutableCollection<?>) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractSet
-
Returns true if this immutable collection contains all of the elements in the specified immutable collection.
- containsAll(Collection<?>) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableCollection
-
Returns true if this immutable collection contains all of the elements in the specified collection.
- containsAll(ImmutableCollection<?>) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableCollection
-
Returns true if this immutable collection contains all of the elements in the specified immutable collection.
- containsKey(Object) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractMap
-
Returns true if this map contains a mapping for the specified key.
- containsKey(Object) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableMap
-
Returns true if this map contains a mapping for the specified key.
- containsValue(Object) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableMap
-
Returns true if this map maps one or more keys to the specified value.
- ContinuousProperty - Class in org.opentrafficsim.base.modelproperties
-
Continuous property.
- ContinuousProperty(String, String, String, Double, Double, Double, String, boolean, int) - Constructor for class org.opentrafficsim.base.modelproperties.ContinuousProperty
-
Construct a ContinousProperty.
- copyInto(Object[]) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableVector
-
Copies the components of this immutable vector into the specified array.
- deepCopy() - Method in class org.opentrafficsim.base.modelproperties.BooleanProperty
-
Construct a deep copy of this property (duplicates everything except immutable fields).
- deepCopy() - Method in class org.opentrafficsim.base.modelproperties.CompoundProperty
-
Construct a deep copy of this property (duplicates everything except immutable fields).
- deepCopy() - Method in class org.opentrafficsim.base.modelproperties.ContinuousProperty
-
Construct a deep copy of this property (duplicates everything except immutable fields).
- deepCopy() - Method in class org.opentrafficsim.base.modelproperties.IntegerProperty
-
Construct a deep copy of this property (duplicates everything except immutable fields).
- deepCopy() - Method in class org.opentrafficsim.base.modelproperties.ProbabilityDistributionProperty
-
Construct a deep copy of this property (duplicates everything except immutable fields).
- deepCopy() - Method in interface org.opentrafficsim.base.modelproperties.Property
-
Construct a deep copy of this property (duplicates everything except immutable fields).
- deepCopy() - Method in class org.opentrafficsim.base.modelproperties.SelectionProperty
-
Construct a deep copy of this property (duplicates everything except immutable fields).
- deepCopy() - Method in class org.opentrafficsim.base.modelproperties.StringProperty
-
Construct a deep copy of this property (duplicates everything except immutable fields).
- descendingIterator() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableNavigableSet
-
Returns an immutable iterator over the elements in this immutable set, in descending order.
- descendingIterator() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeSet
-
Returns an immutable iterator over the elements in this immutable set, in descending order.
- descendingMap() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableNavigableMap
-
Returns a reverse order view of the keys contained in this immutable map.
- descendingMap() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeMap
-
Returns a reverse order view of the keys contained in this immutable map.
- descendingSet() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableNavigableSet
-
Returns a reverse order view of the elements contained in this immutable set.
- descendingSet() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeSet
-
Returns a reverse order view of the elements contained in this immutable set.
- displayOrderedValue() - Method in class org.opentrafficsim.base.modelproperties.CompoundProperty
-
Return the sub-items in display order.
- elementAt(int) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableVector
-
Returns the component at the specified index.
- elements() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableVector
-
Returns an enumeration of the components of this vector.
- equals(Object) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractList
-
Force to redefine equals for the implementations of immutable collection classes.
- equals(Object) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractMap
-
Force to redefine equals for the implementations of immutable collection classes.
- equals(Object) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractSet
-
Force to redefine equals for the implementations of immutable collection classes.
- equals(Object) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableCollection
-
Force to redefine equals for the implementations of immutable collection classes.
- equals(Object) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableList
-
Force to redefine equals for the implementations of immutable collection classes.
- equals(Object) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableMap
-
Force to redefine equals for the implementations of immutable collection classes.
- equals(Object) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableNavigableMap
-
Force to redefine equals for the implementations of immutable collection classes.
- equals(Object) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableNavigableSet
-
Force to redefine equals for the implementations of immutable collection classes.
- equals(Object) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableSet
-
Force to redefine equals for the implementations of immutable collection classes.
- equals(Object) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableSortedMap
-
Force to redefine equals for the implementations of immutable collection classes.
- equals(Object) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableSortedSet
-
Force to redefine equals for the implementations of immutable collection classes.
- findByKey(String) - Method in class org.opentrafficsim.base.modelproperties.AbstractProperty
-
Retrieve a Property anywhere in this group that has the specified key.
- findByKey(String) - Method in interface org.opentrafficsim.base.modelproperties.Property
-
Retrieve a Property anywhere in this group that has the specified key.
- findSubPropertyByKey(String) - Method in class org.opentrafficsim.base.modelproperties.CompoundProperty
-
Find an embedded Property that has a specified shortName.
- first() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableSortedSet
-
Returns the first (lowest) element currently in this immutable set.
- first() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeSet
-
Returns the first (lowest) element currently in this immutable set.
- firstElement() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableVector
-
Returns the first component (the item at index 0
) of this immutable vector.
- firstKey() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableSortedMap
-
Returns the first (lowest) key currently in this immutable map.
- firstKey() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeMap
-
Returns the first (lowest) key currently in this immutable map.
- floor(E) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableNavigableSet
-
Returns the greatest element in this immutable set less than or equal to the given element, or null
if there is
no such element.
- floor(E) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeSet
-
Returns the greatest element in this immutable set less than or equal to the given element, or null
if there is
no such element.
- floorKey(K) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableNavigableMap
-
Returns the greatest key in this immutable map less than or equal to the given key, or null
if there is no such
key.
- floorKey(K) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeMap
-
Returns the greatest key in this immutable map less than or equal to the given key, or null
if there is no such
key.
- forEach(Consumer<? super E>) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractList
- forEach(Consumer<? super E>) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractSet
- forEach(BiConsumer<? super K, ? super V>) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableMap
-
Performs the given action for each entry in this map until all entries have been processed or the action throws an
exception.
- get(int) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractList
-
Returns the element at the specified position in this immutable list.
- get(Object) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractMap
-
Returns the value to which the specified key is mapped, or null
if this map contains no mapping for the key.
- get(int) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableList
-
Returns the element at the specified position in this immutable list.
- get(Object) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableMap
-
Returns the value to which the specified key is mapped, or null
if this map contains no mapping for the key.
- get(int) - Method in class org.opentrafficsim.base.modelproperties.CompoundProperty
-
Return the sub property at a specified index.
- getDescription() - Method in class org.opentrafficsim.base.modelproperties.AbstractProperty
-
Return a description of the property (may use HTML markup).
- getDescription() - Method in interface org.opentrafficsim.base.modelproperties.Property
-
Return a description of the property (may use HTML markup).
- getDisplayPriority() - Method in class org.opentrafficsim.base.modelproperties.AbstractProperty
-
Display priority determines the order in which properties should be displayed.
- getDisplayPriority() - Method in interface org.opentrafficsim.base.modelproperties.Property
-
Display priority determines the order in which properties should be displayed.
- getElementName(int) - Method in class org.opentrafficsim.base.modelproperties.ProbabilityDistributionProperty
-
Retrieve the name of one of the values of this ProbabilityDistributionProperty.
- getElementNames() - Method in class org.opentrafficsim.base.modelproperties.ProbabilityDistributionProperty
-
Return the names of the elements of this ProbabilityDistributionProperty.
- getFormatString() - Method in class org.opentrafficsim.base.modelproperties.ContinuousProperty
-
- getFormatString() - Method in class org.opentrafficsim.base.modelproperties.IntegerProperty
-
- getKey() - Method in class org.opentrafficsim.base.modelproperties.AbstractProperty
-
Retrieve the key of this AbstractProperty.
- getKey() - Method in interface org.opentrafficsim.base.modelproperties.Property
-
Retrieve the key of this Property.
- getList() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractList
-
Prepare the list of the right type for use a subclass.
- getList() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableArrayList
-
Prepare the list of the right type for use a subclass.
- getList() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableVector
-
Prepare the list of the right type for use a subclass.
- getMap() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractMap
-
Prepare the map of the right type for use a subclass.
- getMap() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableHashMap
-
Prepare the map of the right type for use a subclass.
- getMap() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeMap
-
Prepare the map of the right type for use a subclass.
- getMaximumValue() - Method in class org.opentrafficsim.base.modelproperties.ContinuousProperty
-
- getMaximumValue() - Method in class org.opentrafficsim.base.modelproperties.IntegerProperty
-
Retrieve the maximum value of this IntegerProperty.
- getMinimumValue() - Method in class org.opentrafficsim.base.modelproperties.ContinuousProperty
-
- getMinimumValue() - Method in class org.opentrafficsim.base.modelproperties.IntegerProperty
-
Retrieve the minimum value of this IntegerProperty.
- getObject() - Method in class org.opentrafficsim.base.TimeStampedObject
-
Retrieve the object.
- getOptionName(int) - Method in class org.opentrafficsim.base.modelproperties.SelectionProperty
-
Retrieve the name of one of the options of this SelectionProperty.
- getOptionNames() - Method in class org.opentrafficsim.base.modelproperties.SelectionProperty
-
Return the names of the options of this SelectionProperty.
- getOrDefault(Object, V) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableMap
-
Returns the value to which the specified key is mapped, or defaultValue
if this map contains no mapping for the
key.
- getParent() - Method in class org.opentrafficsim.base.modelproperties.AbstractProperty
-
Retrieve the parent property.
- getParent() - Method in interface org.opentrafficsim.base.modelproperties.Property
-
Retrieve the parent property.
- getPropertyGroup() - Method in class org.opentrafficsim.base.modelproperties.CompoundProperty
-
Retrieve the property group.
- getSet() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractSet
-
Prepare the set of the right type for use a subclass.
- getSet() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableHashSet
-
Prepare the set of the right type for use a subclass.
- getSet() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeSet
-
Prepare the set of the right type for use a subclass.
- getShortName() - Method in class org.opentrafficsim.base.modelproperties.AbstractProperty
-
Return a short description of the property.
- getShortName() - Method in interface org.opentrafficsim.base.modelproperties.Property
-
Return a short description of the property.
- getTimestamp() - Method in class org.opentrafficsim.base.TimeStampedObject
-
Retrieve the time stamp.
- getValue() - Method in class org.opentrafficsim.base.modelproperties.BooleanProperty
-
Retrieve the current value of the property.
- getValue() - Method in class org.opentrafficsim.base.modelproperties.CompoundProperty
-
Retrieve the current value of the property.
- getValue() - Method in class org.opentrafficsim.base.modelproperties.ContinuousProperty
-
Retrieve the current value of the property.
- getValue() - Method in class org.opentrafficsim.base.modelproperties.IntegerProperty
-
Retrieve the current value of the property.
- getValue() - Method in class org.opentrafficsim.base.modelproperties.ProbabilityDistributionProperty
-
Retrieve the current value of the property.
- getValue(int) - Method in class org.opentrafficsim.base.modelproperties.ProbabilityDistributionProperty
-
Retrieve one probability value.
- getValue() - Method in interface org.opentrafficsim.base.modelproperties.Property
-
Retrieve the current value of the property.
- getValue() - Method in class org.opentrafficsim.base.modelproperties.SelectionProperty
-
Retrieve the current value of the property.
- getValue() - Method in class org.opentrafficsim.base.modelproperties.StringProperty
-
Retrieve the current value of the property.
- hashCode() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractList
-
Force to redefine hashCode for the implementations of immutable collection classes.
- hashCode() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractMap
-
Force to redefine hashCode for the implementations of immutable collection classes.
- hashCode() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractSet
-
Force to redefine hashCode for the implementations of immutable collection classes.
- hashCode() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableCollection
-
Force to redefine hashCode for the implementations of immutable collection classes.
- hashCode() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableList
-
Force to redefine hashCode for the implementations of immutable collection classes.
- hashCode() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableMap
-
Force to redefine hashCode for the implementations of immutable collection classes.
- hashCode() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableNavigableMap
-
Force to redefine hashCode for the implementations of immutable collection classes.
- hashCode() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableNavigableSet
-
Force to redefine hashCode for the implementations of immutable collection classes.
- hashCode() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableSet
-
Force to redefine hashCode for the implementations of immutable collection classes.
- hashCode() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableSortedMap
-
Force to redefine hashCode for the implementations of immutable collection classes.
- hashCode() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableSortedSet
-
Force to redefine hashCode for the implementations of immutable collection classes.
- hasNext() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableIterator
- hasNext() - Method in class org.opentrafficsim.base.modelproperties.AbstractProperty.PropertyIterator
- headMap(K, boolean) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableNavigableMap
-
Returns a view of the portion of this immutable map whose keys are less than (or equal to, if inclusive
is true)
toKey
.
- headMap(K) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableSortedMap
-
Returns a view of the portion of this immutable map whose keys are strictly less than toKey.
- headMap(K) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeMap
-
Returns a view of the portion of this immutable map whose keys are strictly less than toKey.
- headMap(K, boolean) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeMap
-
Returns a view of the portion of this immutable map whose keys are less than (or equal to, if inclusive
is true)
toKey
.
- headSet(E, boolean) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableNavigableSet
-
Returns a view of the portion of this immutable set whose elements are less than (or equal to, if inclusive
is
true) toElement
.
- headSet(E) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableSortedSet
-
Returns a view of the portion of this immutable set whose elements are strictly less than toElement.
- headSet(E) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeSet
-
Returns a view of the portion of this immutable set whose elements are strictly less than toElement.
- headSet(E, boolean) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeSet
-
Returns a view of the portion of this immutable set whose elements are less than (or equal to, if inclusive
is
true) toElement
.
- higher(E) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableNavigableSet
-
Returns the least element in this immutable set strictly greater than the given element, or null
if there is no
such element.
- higher(E) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeSet
-
Returns the least element in this immutable set strictly greater than the given element, or null
if there is no
such element.
- higherKey(K) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableNavigableMap
-
Returns the least key in this immutable map strictly greater than the given key, or null
if there is no such key.
- higherKey(K) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeMap
-
Returns the least key in this immutable map strictly greater than the given key, or null
if there is no such key.
- htmlStateDescription() - Method in class org.opentrafficsim.base.modelproperties.AbstractProperty
-
Generate a description of the state of this property in HTML (excluding the <html> at the start and the
</html> at the end.
- htmlStateDescription() - Method in class org.opentrafficsim.base.modelproperties.BooleanProperty
-
Generate a description of the state of this property in HTML (excluding the <html> at the start and the
</html> at the end.
- htmlStateDescription() - Method in class org.opentrafficsim.base.modelproperties.CompoundProperty
-
Generate a description of the state of this property in HTML (excluding the <html> at the start and the
</html> at the end.
- htmlStateDescription() - Method in class org.opentrafficsim.base.modelproperties.ContinuousProperty
-
Generate a description of the state of this property in HTML (excluding the <html> at the start and the
</html> at the end.
- htmlStateDescription() - Method in class org.opentrafficsim.base.modelproperties.IntegerProperty
-
Generate a description of the state of this property in HTML (excluding the <html> at the start and the
</html> at the end.
- htmlStateDescription() - Method in class org.opentrafficsim.base.modelproperties.ProbabilityDistributionProperty
-
Generate a description of the state of this property in HTML (excluding the <html> at the start and the
</html> at the end.
- htmlStateDescription() - Method in interface org.opentrafficsim.base.modelproperties.Property
-
Generate a description of the state of this property in HTML (excluding the <html> at the start and the
</html> at the end.
- htmlStateDescription() - Method in class org.opentrafficsim.base.modelproperties.SelectionProperty
-
Generate a description of the state of this property in HTML (excluding the <html> at the start and the
</html> at the end.
- htmlStateDescription() - Method in class org.opentrafficsim.base.modelproperties.StringProperty
-
Generate a description of the state of this property in HTML (excluding the <html> at the start and the
</html> at the end.
- Immutable - Enum in org.opentrafficsim.base.immutablecollections
-
Indicate whether the immutable collection contains a COPY of the collection (neither changeable by the user of the immutable
collection, nor by anyone holding a pointer to the original collection), or a WRAP for the original collection (not
changeable by the user of the immutable collection, but can be changed by anyone holding a pointer to the original collection
that is wrapped).
- ImmutableAbstractList<E> - Class in org.opentrafficsim.base.immutablecollections
-
An abstract base class for an immutable wrapper for a List.
- ImmutableAbstractList(List<E>, boolean) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableAbstractList
-
Construct an abstract immutable list.
- ImmutableAbstractMap<K,V> - Class in org.opentrafficsim.base.immutablecollections
-
An abstract base class for an immutable wrapper for a Map.
- ImmutableAbstractMap(Map<K, V>, boolean) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableAbstractMap
-
Construct an abstract immutable map.
- ImmutableAbstractSet<E> - Class in org.opentrafficsim.base.immutablecollections
-
An abstract base class for an immutable wrapper for a Set.
- ImmutableAbstractSet(Collection<E>, boolean) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableAbstractSet
-
Construct an abstract immutable set.
- ImmutableArrayList<E> - Class in org.opentrafficsim.base.immutablecollections
-
An immutable wrapper for an ArrayList.
- ImmutableArrayList(List<E>) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableArrayList
-
- ImmutableArrayList(List<E>, Immutable) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableArrayList
-
- ImmutableArrayList(ImmutableList<E>) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableArrayList
-
- ImmutableArrayList(ImmutableList<E>, Immutable) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableArrayList
-
- ImmutableCollection<E> - Interface in org.opentrafficsim.base.immutablecollections
-
A Collection interface without the methods that can change it.
- ImmutableHashMap<K,V> - Class in org.opentrafficsim.base.immutablecollections
-
An immutable wrapper for a HashMap.
- ImmutableHashMap(Map<K, V>) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableHashMap
-
- ImmutableHashMap(Map<K, V>, Immutable) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableHashMap
-
- ImmutableHashMap(Map<K, V>, boolean) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableHashMap
-
- ImmutableHashMap(ImmutableHashMap<K, V>) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableHashMap
-
- ImmutableHashMap(ImmutableHashMap<K, V>, Immutable) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableHashMap
-
- ImmutableHashSet<E> - Class in org.opentrafficsim.base.immutablecollections
-
An immutable wrapper for a HashSet.
- ImmutableHashSet(Collection<E>) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableHashSet
-
- ImmutableHashSet(Collection<E>, Immutable) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableHashSet
-
- ImmutableHashSet(Collection<E>, boolean) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableHashSet
-
- ImmutableHashSet(ImmutableCollection<E>) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableHashSet
-
- ImmutableHashSet(ImmutableCollection<E>, Immutable) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableHashSet
-
- ImmutableIterator<E> - Class in org.opentrafficsim.base.immutablecollections
-
An immutable iterator over elements, wrapping a "mutable" iterator.
- ImmutableIterator(Iterator<E>) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableIterator
-
- ImmutableLinkedHashMap<K,V> - Class in org.opentrafficsim.base.immutablecollections
-
An immutable wrapper for a HashMap.
- ImmutableLinkedHashMap(Map<K, V>) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableLinkedHashMap
-
- ImmutableLinkedHashMap(Map<K, V>, Immutable) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableLinkedHashMap
-
- ImmutableLinkedHashMap(ImmutableHashMap<K, V>) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableLinkedHashMap
-
- ImmutableLinkedHashMap(ImmutableHashMap<K, V>, Immutable) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableLinkedHashMap
-
- ImmutableLinkedHashMap(ImmutableLinkedHashMap<K, V>) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableLinkedHashMap
-
- ImmutableLinkedHashSet<E> - Class in org.opentrafficsim.base.immutablecollections
-
An immutable wrapper for a HashSet.
- ImmutableLinkedHashSet(Collection<E>) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableLinkedHashSet
-
- ImmutableLinkedHashSet(Collection<E>, Immutable) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableLinkedHashSet
-
- ImmutableLinkedHashSet(ImmutableCollection<E>) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableLinkedHashSet
-
- ImmutableLinkedHashSet(ImmutableCollection<E>, Immutable) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableLinkedHashSet
-
- ImmutableList<E> - Interface in org.opentrafficsim.base.immutablecollections
-
A List interface without the methods that can change it.
- ImmutableMap<K,V> - Interface in org.opentrafficsim.base.immutablecollections
-
A Map interface without the methods that can change it.
- ImmutableNavigableMap<K,V> - Interface in org.opentrafficsim.base.immutablecollections
-
A
ImmutableSortedMap
extended with navigation methods reporting closest matches for given search targets.
- ImmutableNavigableSet<E> - Interface in org.opentrafficsim.base.immutablecollections
-
A
ImmutableSortedSet
extended with navigation methods reporting closest matches for given search targets.
- ImmutableSet<E> - Interface in org.opentrafficsim.base.immutablecollections
-
A Set interface without the methods that can change it.
- ImmutableSortedMap<K,V> - Interface in org.opentrafficsim.base.immutablecollections
-
A SortedMap interface without the methods that can change it.
- ImmutableSortedSet<E> - Interface in org.opentrafficsim.base.immutablecollections
-
A SortedSet interface without the methods that can change it.
- ImmutableTreeMap<K,V> - Class in org.opentrafficsim.base.immutablecollections
-
An immutable wrapper for a TreeMap.
- ImmutableTreeMap(SortedMap<K, V>) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableTreeMap
-
- ImmutableTreeMap(SortedMap<K, V>, Immutable) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableTreeMap
-
- ImmutableTreeMap(ImmutableTreeMap<K, V>) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableTreeMap
-
- ImmutableTreeMap(ImmutableTreeMap<K, V>, Immutable) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableTreeMap
-
- ImmutableTreeSet<E> - Class in org.opentrafficsim.base.immutablecollections
-
An immutable wrapper for a TreeSet.
- ImmutableTreeSet(SortedSet<E>) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableTreeSet
-
- ImmutableTreeSet(SortedSet<E>, Immutable) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableTreeSet
-
- ImmutableTreeSet(ImmutableSortedSet<E>) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableTreeSet
-
- ImmutableTreeSet(ImmutableSortedSet<E>, Immutable) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableTreeSet
-
- ImmutableVector<E> - Class in org.opentrafficsim.base.immutablecollections
-
An immutable wrapper for a Vector.
- ImmutableVector(List<E>) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableVector
-
- ImmutableVector(List<E>, Immutable) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableVector
-
- ImmutableVector(ImmutableList<E>) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableVector
-
- ImmutableVector(ImmutableList<E>, Immutable) - Constructor for class org.opentrafficsim.base.immutablecollections.ImmutableVector
-
- indexOf(Object) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractList
-
Returns the index of the first occurrence of the specified element in this immutable list, or -1 if this immutable list
does not contain the element.
- indexOf(Object) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableList
-
Returns the index of the first occurrence of the specified element in this immutable list, or -1 if this immutable list
does not contain the element.
- indexOf(Object, int) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableVector
-
Returns the index of the first occurrence of the specified element in this immutable vector, searching forwards from
index
, or returns -1 if the element is not found.
- IntegerProperty - Class in org.opentrafficsim.base.modelproperties
-
Integer property.
- IntegerProperty(String, String, String, Integer, Integer, Integer, String, boolean, int) - Constructor for class org.opentrafficsim.base.modelproperties.IntegerProperty
-
Construct an IntegerProperty.
- isCopy() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableCollection
-
Return whether the internal storage is a (shallow) copy of the original collection.
- isCopy() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableMap
-
Return whether the internal storage is a (shallow) copy of the original map.
- isEmpty() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractList
-
Returns true if this immutable collection contains no elements.
- isEmpty() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractMap
-
Returns true if this immutable collection contains no elements.
- isEmpty() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractSet
-
Returns true if this immutable collection contains no elements.
- isEmpty() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableCollection
-
Returns true if this immutable collection contains no elements.
- isEmpty() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableMap
-
Returns true if this immutable collection contains no elements.
- isReadOnly() - Method in class org.opentrafficsim.base.modelproperties.AbstractProperty
-
Return true if the property can not be altered.
- isReadOnly() - Method in interface org.opentrafficsim.base.modelproperties.Property
-
Return true if the property can not be altered.
- isType(T) - Method in class org.opentrafficsim.base.Type
-
Returns whether this type is the same type as the given type.
- isWrap() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractList
-
Return whether the internal storage is a wrapped pointer to the original collection.
- isWrap() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractMap
-
Return whether the internal storage is a wrapped pointer to the original map.
- isWrap() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractSet
-
Return whether the internal storage is a wrapped pointer to the original collection.
- isWrap() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableCollection
-
Return whether the internal storage is a wrapped pointer to the original collection.
- isWrap() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableMap
-
Return whether the internal storage is a wrapped pointer to the original map.
- iterator() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractList
-
Returns an immutable iterator over the elements in this immutable collection.
- iterator() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractSet
-
Returns an immutable iterator over the elements in this immutable collection.
- iterator() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableCollection
-
Returns an immutable iterator over the elements in this immutable collection.
- iterator() - Method in class org.opentrafficsim.base.modelproperties.AbstractProperty
- last() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableSortedSet
-
Returns the last (highest) element currently in this immutable set.
- last() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeSet
-
Returns the last (highest) element currently in this immutable set.
- lastElement() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableVector
-
Returns the last component of the immutable vector.
- lastIndexOf(Object) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractList
-
Returns the index of the last occurrence of the specified element in this immutable list, or -1 if this immutable list
does not contain the element.
- lastIndexOf(Object) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableList
-
Returns the index of the last occurrence of the specified element in this immutable list, or -1 if this immutable list
does not contain the element.
- lastIndexOf(Object, int) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableVector
-
Returns the index of the last occurrence of the specified element in this immutable vector, searching backwards from
index
, or returns -1 if the element is not found.
- lastKey() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableSortedMap
-
Returns the last (highest) key currently in this immutable map.
- lastKey() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeMap
-
Returns the last (highest) key currently in this immutable map.
- lower(E) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableNavigableSet
-
Returns the greatest element in this immutable set strictly less than the given element, or null
if there is no
such element.
- lower(E) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeSet
-
Returns the greatest element in this immutable set strictly less than the given element, or null
if there is no
such element.
- lowerKey(K) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableNavigableMap
-
Returns the greatest key in this immutable map strictly less than the given key, or null
if there is no such key.
- lowerKey(K) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeMap
-
Returns the greatest key in this immutable map strictly less than the given key, or null
if there is no such key.
- SelectionProperty - Class in org.opentrafficsim.base.modelproperties
-
Property that is described by a set of Strings where exactly one can (and must) be true.
- SelectionProperty(String, String, String, String[], int, boolean, int) - Constructor for class org.opentrafficsim.base.modelproperties.SelectionProperty
-
Construct a new SelectionProperty.
- setParent(CompoundProperty) - Method in class org.opentrafficsim.base.modelproperties.AbstractProperty
-
Set the parent of this AbstractProperty.
- setPropertyGroup(Map<String, Property<?>>) - Method in class org.opentrafficsim.base.modelproperties.CompoundProperty
-
Update the property group when this CompoundProperty is added or removed from another CompoundProperty.
- setReadOnly(boolean) - Method in class org.opentrafficsim.base.modelproperties.AbstractProperty
-
Finalize the readOnly flag.
- setValue(Boolean) - Method in class org.opentrafficsim.base.modelproperties.BooleanProperty
-
Change the value of the property.
- setValue(List<Property<?>>) - Method in class org.opentrafficsim.base.modelproperties.CompoundProperty
-
Change the value of the property.
- setValue(Double) - Method in class org.opentrafficsim.base.modelproperties.ContinuousProperty
-
Change the value of the property.
- setValue(Integer) - Method in class org.opentrafficsim.base.modelproperties.IntegerProperty
-
Change the value of the property.
- setValue(Double[]) - Method in class org.opentrafficsim.base.modelproperties.ProbabilityDistributionProperty
-
Change the value of the property.
- setValue(T) - Method in interface org.opentrafficsim.base.modelproperties.Property
-
Change the value of the property.
- setValue(String) - Method in class org.opentrafficsim.base.modelproperties.SelectionProperty
-
Change the value of the property.
- setValue(String) - Method in class org.opentrafficsim.base.modelproperties.StringProperty
-
Change the value of the property.
- size() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractList
-
Returns the number of elements in this immutable collection.
- size() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractMap
-
Returns the number of elements in this immutable collection.
- size() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractSet
-
Returns the number of elements in this immutable collection.
- size() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableCollection
-
Returns the number of elements in this immutable collection.
- size() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableMap
-
Returns the number of elements in this immutable collection.
- size() - Method in class org.opentrafficsim.base.modelproperties.CompoundProperty
-
Return the number of sub properties of this CompoundProperty.
- spliterator() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractList
-
Creates a Spliterator over the elements in this collection.
- spliterator() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractSet
-
Creates a Spliterator over the elements in this collection.
- spliterator() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableCollection
-
Creates a Spliterator over the elements in this collection.
- stream() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractList
-
Returns a sequential Stream
with this collection as its source.
- stream() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractSet
-
Returns a sequential Stream
with this collection as its source.
- stream() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableCollection
-
Returns a sequential Stream
with this collection as its source.
- StringProperty - Class in org.opentrafficsim.base.modelproperties
-
String property.
- StringProperty(String, String, String, String, boolean, int) - Constructor for class org.opentrafficsim.base.modelproperties.StringProperty
-
Construct an StringProperty.
- subList(int, int) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableArrayList
-
Returns a safe, immutable copy of the portion of this immutable list between the specified fromIndex, inclusive,
and toIndex, exclusive.
- subList(int, int) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableList
-
Returns a safe, immutable copy of the portion of this immutable list between the specified fromIndex, inclusive,
and toIndex, exclusive.
- subList(int, int) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableVector
-
Returns a safe, immutable copy of the portion of this immutable list between the specified fromIndex, inclusive,
and toIndex, exclusive.
- subMap(K, boolean, K, boolean) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableNavigableMap
-
Returns a view of the portion of this immutable map whose keys range from fromKey
to toKey
.
- subMap(K, K) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableSortedMap
-
Returns a view of the portion of this immutable map whose keys range from fromKey, inclusive, to
toKey, exclusive.
- subMap(K, K) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeMap
-
Returns a view of the portion of this immutable map whose keys range from fromKey, inclusive, to
toKey, exclusive.
- subMap(K, boolean, K, boolean) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeMap
-
Returns a view of the portion of this immutable map whose keys range from fromKey
to toKey
.
- subSet(E, boolean, E, boolean) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableNavigableSet
-
Returns a view of the portion of this immutable set whose elements range from fromElement
to toElement
.
- subSet(E, E) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableSortedSet
-
Returns a view of the portion of this immutable set whose elements range from fromElement, inclusive, to
toElement, exclusive.
- subSet(E, E) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeSet
-
Returns a view of the portion of this immutable set whose elements range from fromElement, inclusive, to
toElement, exclusive.
- subSet(E, boolean, E, boolean) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeSet
-
Returns a view of the portion of this immutable set whose elements range from fromElement
to toElement
.
- tailMap(K, boolean) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableNavigableMap
-
Returns a view of the portion of this immutable map whose keys are greater than (or equal to, if inclusive
is
true) fromKey
.
- tailMap(K) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableSortedMap
-
Returns a view of the portion of this immutable map whose keys are greater than or equal to fromKey.
- tailMap(K) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeMap
-
Returns a view of the portion of this immutable map whose keys are greater than or equal to fromKey.
- tailMap(K, boolean) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeMap
-
Returns a view of the portion of this immutable map whose keys are greater than (or equal to, if inclusive
is
true) fromKey
.
- tailSet(E, boolean) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableNavigableSet
-
Returns a view of the portion of this immutable set whose elements are greater than (or equal to, if inclusive
is
true) fromElement
.
- tailSet(E) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableSortedSet
-
Returns a view of the portion of this immutable set whose elements are greater than or equal to fromElement.
- tailSet(E) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeSet
-
Returns a view of the portion of this immutable set whose elements are greater than or equal to fromElement.
- tailSet(E, boolean) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeSet
-
Returns a view of the portion of this immutable set whose elements are greater than (or equal to, if inclusive
is
true) fromElement
.
- TimeStampedObject<C> - Class in org.opentrafficsim.base
-
An object with a time stamp, where the object is of a specific class.
- TimeStampedObject(C, Time) - Constructor for class org.opentrafficsim.base.TimeStampedObject
-
Construct a new TimeStampedObject.
- toArray() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractList
-
Returns an array containing all of the elements in this immutable collection.
- toArray(T[]) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractList
-
Returns an array containing all of the elements in this immutable collection; the runtime type of the returned array is
that of the specified array.
- toArray() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractSet
-
Returns an array containing all of the elements in this immutable collection.
- toArray(T[]) - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractSet
-
Returns an array containing all of the elements in this immutable collection; the runtime type of the returned array is
that of the specified array.
- toArray() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableCollection
-
Returns an array containing all of the elements in this immutable collection.
- toArray(T[]) - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableCollection
-
Returns an array containing all of the elements in this immutable collection; the runtime type of the returned array is
that of the specified array.
- toCollection() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractList
-
Returns a modifiable copy of this immutable collection.
- toCollection() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractSet
-
Returns a modifiable copy of this immutable collection.
- toCollection() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableCollection
-
Returns a modifiable copy of this immutable collection.
- toList() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableArrayList
-
Returns a modifiable copy of this immutable list.
- toList() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableList
-
Returns a modifiable copy of this immutable list.
- toList() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableVector
-
Returns a modifiable copy of this immutable list.
- toMap() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableHashMap
-
Returns a modifiable copy of this immutable list.
- toMap() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableMap
-
Returns a modifiable copy of this immutable list.
- toMap() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableNavigableMap
-
Returns a modifiable copy of this immutable map.
- toMap() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableSortedMap
-
Returns a modifiable copy of this immutable map.
- toMap() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeMap
-
Returns a modifiable copy of this immutable map.
- toSet() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableHashSet
-
Returns a modifiable copy of this immutable set.
- toSet() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableNavigableSet
-
Returns a modifiable copy of this immutable set.
- toSet() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableSet
-
Returns a modifiable copy of this immutable set.
- toSet() - Method in interface org.opentrafficsim.base.immutablecollections.ImmutableSortedSet
-
Returns a modifiable copy of this immutable set.
- toSet() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeSet
-
Returns a modifiable copy of this immutable set.
- toString() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractList
- toString() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractMap
- toString() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableAbstractSet
- toString() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableArrayList
- toString() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableHashMap
- toString() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableHashSet
- toString() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableIterator
- toString() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableLinkedHashMap
- toString() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableLinkedHashSet
- toString() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeMap
- toString() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableTreeSet
- toString() - Method in class org.opentrafficsim.base.immutablecollections.ImmutableVector
- toString() - Method in class org.opentrafficsim.base.modelproperties.AbstractProperty.PropertyIterator
- toString() - Method in class org.opentrafficsim.base.modelproperties.AbstractProperty
- toString() - Method in class org.opentrafficsim.base.TimeStampedObject
- Type<T extends Type<T>> - Class in org.opentrafficsim.base
-
Superclass of all sorts of types, for example GTUType, ParameterType, etc.
- Type() - Constructor for class org.opentrafficsim.base.Type
-