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

Packages that use FloatProcedure
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 FloatProcedure in org.apache.mahout.math.list
 

Methods in org.apache.mahout.math.list with parameters of type FloatProcedure
 boolean FloatArrayList.forEach(FloatProcedure procedure)
          Applies a procedure to each element of the receiver, if any.
 boolean AbstractFloatList.forEach(FloatProcedure procedure)
          Applies a procedure to each element of the receiver, if any.
 

Uses of FloatProcedure in org.apache.mahout.math.map
 

Methods in org.apache.mahout.math.map with parameters of type FloatProcedure
 boolean OpenFloatShortHashMap.forEachKey(FloatProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenFloatObjectHashMap.forEachKey(FloatProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenFloatLongHashMap.forEachKey(FloatProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenFloatIntHashMap.forEachKey(FloatProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenFloatFloatHashMap.forEachKey(FloatProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenFloatDoubleHashMap.forEachKey(FloatProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenFloatCharHashMap.forEachKey(FloatProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenFloatByteHashMap.forEachKey(FloatProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractFloatShortMap.forEachKey(FloatProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractFloatObjectMap.forEachKey(FloatProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractFloatLongMap.forEachKey(FloatProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractFloatIntMap.forEachKey(FloatProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractFloatFloatMap.forEachKey(FloatProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractFloatDoubleMap.forEachKey(FloatProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractFloatCharMap.forEachKey(FloatProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractFloatByteMap.forEachKey(FloatProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 

Uses of FloatProcedure in org.apache.mahout.math.set
 

Methods in org.apache.mahout.math.set with parameters of type FloatProcedure
 boolean OpenFloatHashSet.forEachKey(FloatProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractFloatSet.forEachKey(FloatProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 



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