Package | Description |
---|---|
jadex.commons.collection |
This package contains useful extensions to java.util.collection classes.
|
Modifier and Type | Class and Description |
---|---|
static class |
IndexMap.ListIndexMap<K,V>
Provide access to the index map via list interface.
|
static class |
IndexMap.MapIndexMap<K,V>
Provide access to the index map via map interface.
|
Modifier and Type | Method and Description |
---|---|
static IndexMap |
SCollection.createIndexMap()
Return a fresh index map.
|
Constructor and Description |
---|
IndexMap(IndexMap<K,V> imap)
Create a new index map.
|
Copyright © 2013. All Rights Reserved.