|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of WeightedMap in org.dishevelled.weighted |
|---|
| Classes in org.dishevelled.weighted that implement WeightedMap | |
|---|---|
class |
HashWeightedMap<E>
Implementation of WeightedMap that delegates to a HashMap. |
| Methods in org.dishevelled.weighted that return WeightedMap | ||
|---|---|---|
static
|
WeightedMaps.createWeightedMap()
Create and return a new weighted map with the default initial capacity and load factor. |
|
static
|
WeightedMaps.createWeightedMap(int initialCapacity)
Create and return new weighted map with the specified initial capacity and default load factor. |
|
static
|
WeightedMaps.createWeightedMap(int initialCapacity,
float loadFactor)
Create and return new weighted map with the specified initial capacity and load factor. |
|
static
|
WeightedMaps.createWeightedMap(WeightedMap<? extends E> weightedMap)
Create and return a new weighted map with the elements and weights in the specified weighted map. |
|
| Methods in org.dishevelled.weighted with parameters of type WeightedMap | ||
|---|---|---|
static
|
WeightedMaps.createWeightedMap(WeightedMap<? extends E> weightedMap)
Create and return a new weighted map with the elements and weights in the specified weighted map. |
|
| Constructors in org.dishevelled.weighted with parameters of type WeightedMap | |
|---|---|
HashWeightedMap(WeightedMap<? extends E> weightedMap)
Create a new weighted map with the elements and weights in the specified weighted map (copy constructor). |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||