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.doubles.functions.function
Interface Double2ShortFunction
All Known Subinterfaces:
Double2ShortConcurrentMap
,
Double2ShortMap
,
Double2ShortNavigableMap
,
Double2ShortOrderedMap
,
Double2ShortSortedMap
All Known Implementing Classes:
AbstractDouble2ShortMap
,
Double2ShortArrayMap
,
Double2ShortAVLTreeMap
,
Double2ShortConcurrentOpenHashMap
,
Double2ShortLinkedOpenCustomHashMap
,
Double2ShortLinkedOpenHashMap
,
Double2ShortMaps.EmptyMap
,
Double2ShortMaps.SingletonMap
,
Double2ShortMaps.SynchronizedMap
,
Double2ShortMaps.SynchronizedNavigableMap
,
Double2ShortMaps.SynchronizedOrderedMap
,
Double2ShortMaps.SynchronizedSortedMap
,
Double2ShortMaps.UnmodifyableMap
,
Double2ShortMaps.UnmodifyableNavigableMap
,
Double2ShortMaps.UnmodifyableOrderedMap
,
Double2ShortMaps.UnmodifyableSortedMap
,
Double2ShortOpenCustomHashMap
,
Double2ShortOpenHashMap
,
Double2ShortRBTreeMap
,
ImmutableDouble2ShortOpenHashMap
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
Double2ShortFunction
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
short
get
(double k)
Type Specific get function to reduce boxing/unboxing
Method Detail
get
short get(double 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