Package | Description |
---|---|
com.devexperts.util |
Provides general utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
NumberKeyIndexer<V>
Deprecated.
Use functional interfaced
IndexerFunction.LongKey or IndexerFunction.IntKey instead. |
Modifier and Type | Method and Description |
---|---|
static <V> Collector<V,?,? extends SynchronizedIndexedSet<Long,V>> |
SynchronizedIndexedSet.collector(IndexerFunction.LongKey<? super V> indexer)
Deprecated.
|
static <V> Collector<V,?,? extends IndexedSet<Long,V>> |
IndexedSet.collector(IndexerFunction.LongKey<? super V> indexer)
Deprecated.
|
static <V> Collector<V,?,? extends IndexedMap<Long,V>> |
IndexedMap.collector(IndexerFunction.LongKey<? super V> indexer)
Deprecated.
|
static <V> Collector<V,?,? extends SynchronizedIndexedSet<Long,V>> |
SynchronizedIndexedSet.collectorLong(IndexerFunction.LongKey<? super V> indexer)
Returns a
Collector that accumulates the input elements into a new SynchronizedIndexedSet with specified long indexer. |
static <V> Collector<V,?,? extends IndexedSet<Long,V>> |
IndexedSet.collectorLong(IndexerFunction.LongKey<? super V> indexer)
Returns a
Collector that accumulates the input elements into a new IndexedSet with specified long indexer. |
static <V> Collector<V,?,? extends IndexedMap<Long,V>> |
IndexedMap.collectorLong(IndexerFunction.LongKey<? super V> indexer)
Returns a
Collector that accumulates the input elements into a new IndexedMap with specified long indexer. |
static <V> SynchronizedIndexedSet<Long,V> |
SynchronizedIndexedSet.create(IndexerFunction.LongKey<? super V> indexer)
Deprecated.
|
static <V> IndexedSet<Long,V> |
IndexedSet.create(IndexerFunction.LongKey<? super V> indexer)
Deprecated.
|
static <V> IndexedMap<Long,V> |
IndexedMap.create(IndexerFunction.LongKey<? super V> indexer)
Deprecated.
|
static <V> IndexedSet<Long,V> |
IndexedSet.create(IndexerFunction.LongKey<? super V> indexer,
Collection<? extends V> c)
Deprecated.
|
static <V> IndexedMap<Long,V> |
IndexedMap.create(IndexerFunction.LongKey<? super V> indexer,
Collection<? extends V> c)
Deprecated.
|
static <V> SynchronizedIndexedSet<Long,V> |
SynchronizedIndexedSet.create(IndexerFunction.LongKey<? super V> indexer,
int initialCapacity)
Deprecated.
|
static <V> IndexedSet<Long,V> |
IndexedSet.create(IndexerFunction.LongKey<? super V> indexer,
int initialCapacity)
Deprecated.
|
static <V> IndexedMap<Long,V> |
IndexedMap.create(IndexerFunction.LongKey<? super V> indexer,
int initialCapacity)
Deprecated.
|
static <V> IndexedMap<Long,V> |
IndexedMap.create(IndexerFunction.LongKey<? super V> indexer,
Map<Long,? extends V> map)
Deprecated.
|
static <V> SynchronizedIndexedSet<Long,V> |
SynchronizedIndexedSet.createLong(IndexerFunction.LongKey<? super V> indexer)
Creates new empty set with specified long indexer.
|
static <V> IndexedSet<Long,V> |
IndexedSet.createLong(IndexerFunction.LongKey<? super V> indexer)
Creates new empty set with specified long indexer.
|
static <V> IndexedMap<Long,V> |
IndexedMap.createLong(IndexerFunction.LongKey<? super V> indexer)
Creates new empty map with specified long indexer.
|
Copyright © 2002–2025 Devexperts LLC. All rights reserved.