| Interface | Description |
|---|---|
| Long2DoubleMap |
A type-specific
Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value. |
| Long2DoubleMap.FastEntrySet |
An entry set providing fast iteration.
|
| Long2FloatMap |
A type-specific
Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value. |
| Long2FloatMap.FastEntrySet |
An entry set providing fast iteration.
|
| Long2IntMap |
A type-specific
Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value. |
| Long2IntMap.FastEntrySet |
An entry set providing fast iteration.
|
| Long2LongMap |
A type-specific
Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value. |
| Long2LongMap.FastEntrySet |
An entry set providing fast iteration.
|
| Long2ObjectMap<V> |
A type-specific
Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value. |
| Long2ObjectMap.FastEntrySet<V> |
An entry set providing fast iteration.
|
| LongMap<T> |
Created by Koen Deschacht (koendeschacht@gmail.com) on 06/11/14.
|
| LongMap.Entry<V> |
| Class | Description |
|---|---|
| AbstractLong2DoubleMap |
An abstract class providing basic methods for maps implementing a type-specific interface.
|
| AbstractLong2DoubleMap.BasicEntry |
This class provides a basic but complete type-specific entry class for all those maps implementations
that do not have entries on their own (e.g., most immutable maps).
|
| AbstractLong2FloatMap |
An abstract class providing basic methods for maps implementing a type-specific interface.
|
| AbstractLong2FloatMap.BasicEntry |
This class provides a basic but complete type-specific entry class for all those maps implementations
that do not have entries on their own (e.g., most immutable maps).
|
| AbstractLong2IntMap |
An abstract class providing basic methods for maps implementing a type-specific interface.
|
| AbstractLong2IntMap.BasicEntry |
This class provides a basic but complete type-specific entry class for all those maps implementations
that do not have entries on their own (e.g., most immutable maps).
|
| AbstractLong2LongMap |
An abstract class providing basic methods for maps implementing a type-specific interface.
|
| AbstractLong2LongMap.BasicEntry |
This class provides a basic but complete type-specific entry class for all those maps implementations
that do not have entries on their own (e.g., most immutable maps).
|
| AbstractLong2ObjectMap<V> |
An abstract class providing basic methods for maps implementing a type-specific interface.
|
| AbstractLong2ObjectMap.BasicEntry<V> |
This class provides a basic but complete type-specific entry class for all those maps implementations
that do not have entries on their own (e.g., most immutable maps).
|
| Long2DoubleOpenHashMap |
A type-specific hash map with a fast, small-footprint implementation.
|
| Long2FloatOpenHashMap |
A type-specific hash map with a fast, small-footprint implementation.
|
| Long2IntOpenHashMap |
A type-specific hash map with a fast, small-footprint implementation.
|
| Long2LongOpenHashMap |
A type-specific hash map with a fast, small-footprint implementation.
|
| Long2ObjectOpenHashMap<V> |
A type-specific hash map with a fast, small-footprint implementation.
|
Copyright © 2015. All rights reserved.