Uses of Interface
org.apache.mahout.math.function.DoubleProcedure

Packages that use DoubleProcedure
org.apache.mahout.math.function Core interfaces for functions, comparisons and procedures on objects and primitive data types. 
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.function
 

Methods in org.apache.mahout.math.function that return DoubleProcedure
static DoubleProcedure Functions.isBetween(double from, double to)
          Constructs a function that returns from<=a && a<=to.
static DoubleProcedure Functions.isEqual(double b)
          Constructs a function that returns a == b.
static DoubleProcedure Functions.isGreater(double b)
          Constructs a function that returns a > b.
static DoubleProcedure Functions.isLess(double b)
          Constructs a function that returns a < b.
 

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.
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.