Package | Description |
---|---|
com.devexperts.util |
Provides general utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
SynchronizedIndexedSet<K,V>
A synchronized thread-safe version of
IndexedSet class. |
Modifier and Type | Method and Description |
---|---|
IndexedSet<K,V> |
IndexedSet.clone()
Returns a shallow copy of this set - the values themselves are not cloned.
|
IndexedSet<K,V> |
IndexedMap.getIndexedSet()
Returns indexed set used by this map for actual data storage.
|
static <V> IndexedSet<V,V> |
IndexedSet.of(V... objs)
Creates a new set with default indexer containing specified elements.
|
Constructor and Description |
---|
IndexedMap(IndexedSet<K,V> set,
boolean wrap)
Creates a new map which wraps specified indexed set and provides a
Map view for it. |
Copyright © 2015 Devexperts. All Rights Reserved.