Package | Description |
---|---|
com.devexperts.util |
General utility classes.
|
Modifier and Type | Method and Description |
---|---|
SynchronizedIndexedSet<K,V> |
SynchronizedIndexedSet.clone()
Returns a shallow copy of this set - the values themselves are not cloned.
|
static <V> SynchronizedIndexedSet<V,V> |
SynchronizedIndexedSet.of(V... objs)
Creates a new set with default indexer containing specified elements.
|
Copyright © 2014 Devexperts. All Rights Reserved.