| Package | Description |
|---|---|
| be.bagofwords.cache.fastutil |
| Class and Description |
|---|
| AbstractLong2DoubleMap
An abstract class providing basic methods for maps implementing a type-specific interface.
|
| AbstractLong2FloatMap
An abstract class providing basic methods for maps implementing a type-specific interface.
|
| AbstractLong2IntMap
An abstract class providing basic methods for maps implementing a type-specific interface.
|
| AbstractLong2LongMap
An abstract class providing basic methods for maps implementing a type-specific interface.
|
| AbstractLong2ObjectMap
An abstract class providing basic methods for maps implementing a type-specific interface.
|
| 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.
|
| Long2DoubleOpenHashMap
A type-specific hash map with a fast, small-footprint implementation.
|
| 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.
|
| Long2FloatOpenHashMap
A type-specific hash map with a fast, small-footprint implementation.
|
| 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.
|
| Long2IntOpenHashMap
A type-specific hash map with a fast, small-footprint implementation.
|
| 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.
|
| Long2LongOpenHashMap
A type-specific hash map with a fast, small-footprint implementation.
|
| Long2ObjectMap
A type-specific
Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value. |
| Long2ObjectMap.FastEntrySet
An entry set providing fast iteration.
|
| Long2ObjectOpenHashMap
A type-specific hash map with a fast, small-footprint implementation.
|
| LongMap
Created by Koen Deschacht (koendeschacht@gmail.com) on 06/11/14.
|
| LongMap.Entry |
Copyright © 2015. All rights reserved.