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

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

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

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

Methods in org.apache.mahout.math.map with parameters of type ShortProcedure
 boolean OpenShortShortHashMap.forEachKey(ShortProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenShortObjectHashMap.forEachKey(ShortProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenShortLongHashMap.forEachKey(ShortProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenShortIntHashMap.forEachKey(ShortProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenShortFloatHashMap.forEachKey(ShortProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenShortDoubleHashMap.forEachKey(ShortProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenShortCharHashMap.forEachKey(ShortProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenShortByteHashMap.forEachKey(ShortProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractShortShortMap.forEachKey(ShortProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractShortObjectMap.forEachKey(ShortProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractShortLongMap.forEachKey(ShortProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractShortIntMap.forEachKey(ShortProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractShortFloatMap.forEachKey(ShortProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractShortDoubleMap.forEachKey(ShortProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractShortCharMap.forEachKey(ShortProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractShortByteMap.forEachKey(ShortProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 

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

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



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