| Package | Description |
|---|---|
| be.bagofwords.cache.fastutil |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Long2DoubleMap
A type-specific
Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value. |
interface |
Long2FloatMap
A type-specific
Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value. |
interface |
Long2IntMap
A type-specific
Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value. |
interface |
Long2LongMap
A type-specific
Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value. |
interface |
Long2ObjectMap<V>
A type-specific
Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLong2DoubleMap
An abstract class providing basic methods for maps implementing a type-specific interface.
|
class |
AbstractLong2FloatMap
An abstract class providing basic methods for maps implementing a type-specific interface.
|
class |
AbstractLong2IntMap
An abstract class providing basic methods for maps implementing a type-specific interface.
|
class |
AbstractLong2LongMap
An abstract class providing basic methods for maps implementing a type-specific interface.
|
class |
AbstractLong2ObjectMap<V>
An abstract class providing basic methods for maps implementing a type-specific interface.
|
class |
Long2DoubleOpenHashMap
A type-specific hash map with a fast, small-footprint implementation.
|
class |
Long2FloatOpenHashMap
A type-specific hash map with a fast, small-footprint implementation.
|
class |
Long2IntOpenHashMap
A type-specific hash map with a fast, small-footprint implementation.
|
class |
Long2LongOpenHashMap
A type-specific hash map with a fast, small-footprint implementation.
|
class |
Long2ObjectOpenHashMap<V>
A type-specific hash map with a fast, small-footprint implementation.
|
Copyright © 2015. All rights reserved.