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

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

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

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

Methods in org.apache.mahout.math.map with parameters of type IntProcedure
 boolean OpenIntShortHashMap.forEachKey(IntProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenIntObjectHashMap.forEachKey(IntProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenIntLongHashMap.forEachKey(IntProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenIntIntHashMap.forEachKey(IntProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenIntFloatHashMap.forEachKey(IntProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenIntDoubleHashMap.forEachKey(IntProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenIntCharHashMap.forEachKey(IntProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenIntByteHashMap.forEachKey(IntProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractIntShortMap.forEachKey(IntProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractIntObjectMap.forEachKey(IntProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractIntLongMap.forEachKey(IntProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractIntIntMap.forEachKey(IntProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractIntFloatMap.forEachKey(IntProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractIntDoubleMap.forEachKey(IntProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractIntCharMap.forEachKey(IntProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractIntByteMap.forEachKey(IntProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 

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

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



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