Package | Description |
---|---|
org.djutils.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 |
---|---|
static <T> ImmutableSet<T> |
ImmutableCollections.emptyImmutableSet()
Return an immutable empty set.
|
ImmutableSet<ImmutableMap.ImmutableEntry<K,V>> |
ImmutableMap.entrySet()
Returns a
Set view of the entries contained in this map. |
ImmutableSet<ImmutableMap.ImmutableEntry<K,V>> |
ImmutableLinkedHashMap.entrySet()
Returns a
Set view of the entries contained in this map. |
ImmutableSet<ImmutableMap.ImmutableEntry<K,V>> |
ImmutableHashMap.entrySet()
Returns a
Set view of the entries contained in this map. |
ImmutableSet<K> |
ImmutableMap.keySet()
Returns a
Set view of the keys contained in this map. |
ImmutableSet<K> |
ImmutableLinkedHashMap.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 © 2018–2019 Delft University of Technology. All rights reserved.