|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LongProcedure | |
---|---|
org.apache.mahout.math.list | Resizable lists holding objects or primitive data types such as int, double, etc. |
org.apache.mahout.math.map | Automatically growing and shrinking maps holding objects or primitive data types such as int, double, etc. |
org.apache.mahout.math.set |
Uses of LongProcedure in org.apache.mahout.math.list |
---|
Methods in org.apache.mahout.math.list with parameters of type LongProcedure | |
---|---|
boolean |
LongArrayList.forEach(LongProcedure procedure)
Applies a procedure to each element of the receiver, if any. |
boolean |
AbstractLongList.forEach(LongProcedure procedure)
Applies a procedure to each element of the receiver, if any. |
Uses of LongProcedure in org.apache.mahout.math.map |
---|
Methods in org.apache.mahout.math.map with parameters of type LongProcedure | |
---|---|
boolean |
OpenLongShortHashMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
boolean |
OpenLongObjectHashMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
boolean |
OpenLongLongHashMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
boolean |
OpenLongIntHashMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
boolean |
OpenLongFloatHashMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
boolean |
OpenLongDoubleHashMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
boolean |
OpenLongCharHashMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
boolean |
OpenLongByteHashMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
abstract boolean |
AbstractLongShortMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
abstract boolean |
AbstractLongObjectMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
abstract boolean |
AbstractLongLongMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
abstract boolean |
AbstractLongIntMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
abstract boolean |
AbstractLongFloatMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
abstract boolean |
AbstractLongDoubleMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
abstract boolean |
AbstractLongCharMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
abstract boolean |
AbstractLongByteMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
Uses of LongProcedure in org.apache.mahout.math.set |
---|
Methods in org.apache.mahout.math.set with parameters of type LongProcedure | |
---|---|
boolean |
OpenLongHashSet.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
abstract boolean |
AbstractLongSet.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |