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

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

Methods in org.apache.mahout.math.list with parameters of type ObjectProcedure
 boolean ObjectArrayList.forEach(ObjectProcedure<T> procedure)
          Applies a procedure to each element of the receiver, if any.
 

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

Methods in org.apache.mahout.math.map with parameters of type ObjectProcedure
 boolean OpenHashMap.forEachKey(ObjectProcedure<K> procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenObjectShortHashMap.forEachKey(ObjectProcedure<T> procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenObjectLongHashMap.forEachKey(ObjectProcedure<T> procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenObjectIntHashMap.forEachKey(ObjectProcedure<T> procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenObjectFloatHashMap.forEachKey(ObjectProcedure<T> procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenObjectDoubleHashMap.forEachKey(ObjectProcedure<T> procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenObjectCharHashMap.forEachKey(ObjectProcedure<T> procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenObjectByteHashMap.forEachKey(ObjectProcedure<T> procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractObjectShortMap.forEachKey(ObjectProcedure<T> procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractObjectLongMap.forEachKey(ObjectProcedure<T> procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractObjectIntMap.forEachKey(ObjectProcedure<T> procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractObjectFloatMap.forEachKey(ObjectProcedure<T> procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractObjectDoubleMap.forEachKey(ObjectProcedure<T> procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractObjectCharMap.forEachKey(ObjectProcedure<T> procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractObjectByteMap.forEachKey(ObjectProcedure<T> procedure)
          Applies a procedure to each key of the receiver, if any.
 

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

Methods in org.apache.mahout.math.set with parameters of type ObjectProcedure
 boolean OpenHashSet.forEachKey(ObjectProcedure<T> procedure)
          Applies a procedure to each key of the receiver, if any.
 



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