Uses of Package
org.djutils.immutablecollections
Package
Description
Contains a set of immutable collection interfaces and wrapper implementations.
Classes to assist in logging.
-
ClassDescriptionIndicate 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).An abstract base class for an immutable wrapper for a Set.An abstract base class for an immutable wrapper for a List.An abstract base class for an immutable wrapper for a Map.An abstract base class for an immutable wrapper for a Set.A Collection interface without the methods that can change it.An immutable iterator over elements, wrapping a "mutable" iterator.A List interface without the methods that can change it.A Map interface without the methods that can change it.A map entry (key-value pair).A
ImmutableSortedMap
extended with navigation methods reporting closest matches for given search targets.AImmutableSortedSet
extended with navigation methods reporting closest matches for given search targets.A Set interface without the methods that can change it.A SortedMap interface without the methods that can change it.A SortedSet interface without the methods that can change it.An immutable wrapper for a TreeMap.An immutable wrapper for a TreeSet.An immutable wrapper for a Vector. -