|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TLongDoubleProcedure | |
---|---|
gnu.trove.map | |
gnu.trove.map.hash |
Uses of TLongDoubleProcedure in gnu.trove.map |
---|
Methods in gnu.trove.map with parameters of type TLongDoubleProcedure | |
---|---|
boolean |
TLongDoubleMap.forEachEntry(TLongDoubleProcedure procedure)
Executes procedure for each key/value entry in the map. |
boolean |
TLongDoubleMap.retainEntries(TLongDoubleProcedure procedure)
Retains only those entries in the map for which the procedure returns a true value. |
Uses of TLongDoubleProcedure in gnu.trove.map.hash |
---|
Methods in gnu.trove.map.hash with parameters of type TLongDoubleProcedure | |
---|---|
boolean |
TLongDoubleHashMap.forEachEntry(TLongDoubleProcedure procedure)
Executes procedure for each key/value entry in the map. |
boolean |
TLongDoubleHashMap.retainEntries(TLongDoubleProcedure procedure)
Retains only those entries in the map for which the procedure returns a true value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |