JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
com.polytechnik.utils
LongHashMap
TLongObjectProcedure
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
execute(long, V)
Interface LongHashMap.TLongObjectProcedure<V>
Enclosing class:
LongHashMap
<
V
>
public static interface
LongHashMap.TLongObjectProcedure<V>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
execute
(long a,
V
b)
Executes this procedure.
Method Details
execute
boolean
execute
(long a,
V
b)
Executes this procedure. A false return value indicates that the application executing this procedure should not invoke this procedure again.