| Package | Description |
|---|---|
| eu.simuline.util |
Utility classes: very inhomogeneous.
|
| Modifier and Type | Field and Description |
|---|---|
private ListSet<K> |
ListMap.keys
The set of keys of this
ListMap. |
| Modifier and Type | Method and Description |
|---|---|
private static <K,V> ListSet<K> |
ListMap.map2keys(Map<K,V> map)
Returns the key set of
map as a ListSet
with ordering 'ordered as added'
as given by sortedAsAdded(). |
static <E> ListSet<E> |
ListSet.sortedAsAdded()
Creates a new
ListSet with ordering as added
in ascending ordering. |
static <E> ListSet<E> |
ListSet.sortedAsListed(List<E> list)
Returns an
ListSet with elements and ordering
given by list
as described in Comparators.getAsListed(List). |
ListSet<E> |
ListSet.subSet(E fromObj,
E toObj) |
(package private) ListSet<E> |
ListSet.subSetIdx(int fromIdx,
int toIdx) |
| Constructor and Description |
|---|
ListMap(ListSet<K> keys,
List<V> values)
Creates a list map defined by the given keys and values
keys and values. |
Copyright © 2012–2018 Simuline Organization (l2r). All rights reserved.