|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DoubleProcedure | |
---|---|
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 DoubleProcedure in org.apache.mahout.math.list |
---|
Methods in org.apache.mahout.math.list with parameters of type DoubleProcedure | |
---|---|
boolean |
DoubleArrayList.forEach(DoubleProcedure procedure)
Applies a procedure to each element of the receiver, if any. |
boolean |
AbstractDoubleList.forEach(DoubleProcedure procedure)
Applies a procedure to each element of the receiver, if any. |
Uses of DoubleProcedure in org.apache.mahout.math.map |
---|
Methods in org.apache.mahout.math.map with parameters of type DoubleProcedure | |
---|---|
boolean |
OpenDoubleShortHashMap.forEachKey(DoubleProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
boolean |
OpenDoubleObjectHashMap.forEachKey(DoubleProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
boolean |
OpenDoubleLongHashMap.forEachKey(DoubleProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
boolean |
OpenDoubleIntHashMap.forEachKey(DoubleProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
boolean |
OpenDoubleFloatHashMap.forEachKey(DoubleProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
boolean |
OpenDoubleDoubleHashMap.forEachKey(DoubleProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
boolean |
OpenDoubleCharHashMap.forEachKey(DoubleProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
boolean |
OpenDoubleByteHashMap.forEachKey(DoubleProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
abstract boolean |
AbstractDoubleShortMap.forEachKey(DoubleProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
abstract boolean |
AbstractDoubleObjectMap.forEachKey(DoubleProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
abstract boolean |
AbstractDoubleLongMap.forEachKey(DoubleProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
abstract boolean |
AbstractDoubleIntMap.forEachKey(DoubleProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
abstract boolean |
AbstractDoubleFloatMap.forEachKey(DoubleProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
abstract boolean |
AbstractDoubleDoubleMap.forEachKey(DoubleProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
abstract boolean |
AbstractDoubleCharMap.forEachKey(DoubleProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
abstract boolean |
AbstractDoubleByteMap.forEachKey(DoubleProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
Uses of DoubleProcedure in org.apache.mahout.math.set |
---|
Methods in org.apache.mahout.math.set with parameters of type DoubleProcedure | |
---|---|
boolean |
OpenDoubleHashSet.forEachKey(DoubleProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
abstract boolean |
AbstractDoubleSet.forEachKey(DoubleProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |