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.longs.functions.function
Interface Long2ByteFunction
All Known Subinterfaces:
Long2ByteMap
,
Long2ByteNavigableMap
,
Long2ByteSortedMap
All Known Implementing Classes:
AbstractLong2ByteMap
,
Long2ByteArrayMap
,
Long2ByteAVLTreeMap
,
Long2ByteLinkedOpenCustomHashMap
,
Long2ByteLinkedOpenHashMap
,
Long2ByteMaps.EmptyMap
,
Long2ByteMaps.SingletonMap
,
Long2ByteMaps.SynchronizedMap
,
Long2ByteMaps.SynchronizedNavigableMap
,
Long2ByteMaps.SynchronizedSortedMap
,
Long2ByteMaps.UnmodifyableMap
,
Long2ByteMaps.UnmodifyableNavigableMap
,
Long2ByteMaps.UnmodifyableSortedMap
,
Long2ByteOpenCustomHashMap
,
Long2ByteOpenHashMap
,
Long2ByteRBTreeMap
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
Long2ByteFunction
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
byte
getByte
(long k)
Type Specific get function to reduce boxing/unboxing
Method Detail
getByte
byte getByte(long 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