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.bytes.functions.function
Interface Byte2LongFunction
All Known Subinterfaces:
Byte2LongConcurrentMap
,
Byte2LongMap
,
Byte2LongNavigableMap
,
Byte2LongOrderedMap
,
Byte2LongSortedMap
All Known Implementing Classes:
AbstractByte2LongMap
,
Byte2LongArrayMap
,
Byte2LongAVLTreeMap
,
Byte2LongConcurrentOpenHashMap
,
Byte2LongLinkedOpenCustomHashMap
,
Byte2LongLinkedOpenHashMap
,
Byte2LongMaps.EmptyMap
,
Byte2LongMaps.SingletonMap
,
Byte2LongMaps.SynchronizedMap
,
Byte2LongMaps.SynchronizedNavigableMap
,
Byte2LongMaps.SynchronizedOrderedMap
,
Byte2LongMaps.SynchronizedSortedMap
,
Byte2LongMaps.UnmodifyableMap
,
Byte2LongMaps.UnmodifyableNavigableMap
,
Byte2LongMaps.UnmodifyableOrderedMap
,
Byte2LongMaps.UnmodifyableSortedMap
,
Byte2LongOpenCustomHashMap
,
Byte2LongOpenHashMap
,
Byte2LongRBTreeMap
,
ImmutableByte2LongOpenHashMap
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
Byte2LongFunction
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
long
get
(byte k)
Type Specific get function to reduce boxing/unboxing
Method Detail
get
long get(byte 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