| Package | Description | 
|---|---|
| org.opentrafficsim.base.immutablecollections | 
 Contains a set of immutable collection interfaces and wrapper implementations. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ImmutableNavigableSet<E>
A  
ImmutableSortedSet extended with navigation methods reporting closest matches for given search targets. | 
interface  | 
ImmutableSortedSet<E>
A SortedSet interface without the methods that can change it. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ImmutableAbstractSet<E>
An abstract base class for an immutable wrapper for a Set. 
 | 
class  | 
ImmutableHashSet<E>
An immutable wrapper for a HashSet. 
 | 
class  | 
ImmutableLinkedHashSet<E>
An immutable wrapper for a HashSet. 
 | 
class  | 
ImmutableTreeSet<E>
An immutable wrapper for a TreeSet. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ImmutableSet<K> | 
ImmutableMap.keySet()
Returns a  
Set view of the keys contained in this map. | 
ImmutableSet<K> | 
ImmutableHashMap.keySet()
Returns a  
Set view of the keys contained in this map. | 
Copyright © 2014–2016 Delft University of Technology. All rights reserved.