Package | Description |
---|---|
org.opentrafficsim.base.immutablecollections |
Contains a set of immutable collection interfaces and wrapper implementations.
|
Modifier and Type | Method and Description |
---|---|
ImmutableIterator<E> |
ImmutableTreeSet.descendingIterator()
Returns an immutable iterator over the elements in this immutable set, in descending order.
|
ImmutableIterator<E> |
ImmutableNavigableSet.descendingIterator()
Returns an immutable iterator over the elements in this immutable set, in descending order.
|
ImmutableIterator<E> |
ImmutableCollection.iterator()
Returns an immutable iterator over the elements in this immutable collection.
|
ImmutableIterator<E> |
ImmutableAbstractSet.iterator()
Returns an immutable iterator over the elements in this immutable collection.
|
ImmutableIterator<E> |
ImmutableAbstractList.iterator()
Returns an immutable iterator over the elements in this immutable collection.
|
Copyright © 2014–2016 Delft University of Technology. All rights reserved.