Package | Description |
---|---|
org.codelibs.jhighlight.fastutil.chars |
Modifier and Type | Interface and Description |
---|---|
interface |
Char2ObjectFunction<V>
A type-specific
Function ; provides some additional methods that use polymorphism to avoid (un)boxing. |
interface |
Char2ObjectMap<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 |
AbstractChar2ObjectFunction<V>
An abstract class providing basic methods for functions implementing a type-specific interface.
|
class |
AbstractChar2ObjectMap<V>
An abstract class providing basic methods for maps implementing a type-specific interface.
|
static class |
Char2ObjectFunctions.EmptyFunction<V>
An immutable class representing an empty type-specific function.
|
static class |
Char2ObjectFunctions.Singleton<V>
An immutable class representing a type-specific singleton function.
|
static class |
Char2ObjectFunctions.SynchronizedFunction<V>
A synchronized wrapper class for functions.
|
static class |
Char2ObjectFunctions.UnmodifiableFunction<V>
An unmodifiable wrapper class for functions.
|
class |
Char2ObjectOpenHashMap<V>
A type-specific hash map with a fast, small-footprint implementation.
|
Copyright © 2011–2024. All rights reserved.