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