JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
speiger.src.collections.chars.functions.function
Interface Char2CharFunction
All Known Subinterfaces:
Char2CharMap
,
Char2CharNavigableMap
,
Char2CharSortedMap
All Known Implementing Classes:
AbstractChar2CharMap
,
Char2CharArrayMap
,
Char2CharAVLTreeMap
,
Char2CharLinkedOpenCustomHashMap
,
Char2CharLinkedOpenHashMap
,
Char2CharMaps.EmptyMap
,
Char2CharMaps.SingletonMap
,
Char2CharMaps.SynchronizedMap
,
Char2CharMaps.SynchronizedNavigableMap
,
Char2CharMaps.SynchronizedSortedMap
,
Char2CharMaps.UnmodifyableMap
,
Char2CharMaps.UnmodifyableNavigableMap
,
Char2CharMaps.UnmodifyableSortedMap
,
Char2CharOpenCustomHashMap
,
Char2CharOpenHashMap
,
Char2CharRBTreeMap
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface
Char2CharFunction
A Type Specific Function interface that reduces boxing/unboxing and fills the gaps of interfaces that are missing.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
char
getChar
(char k)
Type Specific get function to reduce boxing/unboxing
Method Detail
getChar
char getChar(char k)
Type Specific get function to reduce boxing/unboxing
Parameters:
k
- the value that should be processed
Returns:
the result of the function
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method