|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexedSet | |
---|---|
com.devexperts.util | General utility classes. |
Uses of IndexedSet in com.devexperts.util |
---|
Subclasses of IndexedSet in com.devexperts.util | |
---|---|
class |
SynchronizedIndexedSet<K,V>
A synchronized thread-safe version of IndexedSet class. |
Methods in com.devexperts.util that return IndexedSet | ||
---|---|---|
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
|
IndexedSet.of(V... objs)
Creates a new set with default indexer containing specified elements. |
Constructors in com.devexperts.util with parameters of type IndexedSet | |
---|---|
IndexedMap(IndexedSet<K,V> set,
boolean wrap)
Creates a new map which wraps specified indexed set and provides a Map view for it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |