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.shorts.functions.function
Interface Short2IntFunction
All Known Subinterfaces:
Short2IntMap
,
Short2IntNavigableMap
,
Short2IntSortedMap
All Known Implementing Classes:
AbstractShort2IntMap
,
Short2IntArrayMap
,
Short2IntAVLTreeMap
,
Short2IntLinkedOpenCustomHashMap
,
Short2IntLinkedOpenHashMap
,
Short2IntMaps.EmptyMap
,
Short2IntMaps.SingletonMap
,
Short2IntMaps.SynchronizedMap
,
Short2IntMaps.SynchronizedNavigableMap
,
Short2IntMaps.SynchronizedSortedMap
,
Short2IntMaps.UnmodifyableMap
,
Short2IntMaps.UnmodifyableNavigableMap
,
Short2IntMaps.UnmodifyableSortedMap
,
Short2IntOpenCustomHashMap
,
Short2IntOpenHashMap
,
Short2IntRBTreeMap
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
Short2IntFunction
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
int
getInt
(short k)
Type Specific get function to reduce boxing/unboxing
Method Detail
getInt
int getInt(short 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