Uses of Interface
org.codelibs.jhighlight.fastutil.Function
-
Packages that use Function Package Description org.codelibs.jhighlight.fastutil.chars -
-
Uses of Function in org.codelibs.jhighlight.fastutil.chars
Subinterfaces of Function in org.codelibs.jhighlight.fastutil.chars Modifier and Type Interface Description interfaceChar2ObjectFunction<V>A type-specificFunction; provides some additional methods that use polymorphism to avoid (un)boxing.interfaceChar2ObjectMap<V>A type-specificMap; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.Classes in org.codelibs.jhighlight.fastutil.chars that implement Function Modifier and Type Class Description classAbstractChar2ObjectFunction<V>An abstract class providing basic methods for functions implementing a type-specific interface.classAbstractChar2ObjectMap<V>An abstract class providing basic methods for maps implementing a type-specific interface.static classChar2ObjectFunctions.EmptyFunction<V>An immutable class representing an empty type-specific function.static classChar2ObjectFunctions.Singleton<V>An immutable class representing a type-specific singleton function.static classChar2ObjectFunctions.SynchronizedFunction<V>A synchronized wrapper class for functions.static classChar2ObjectFunctions.UnmodifiableFunction<V>An unmodifiable wrapper class for functions.classChar2ObjectOpenHashMap<V>A type-specific hash map with a fast, small-footprint implementation.
-