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

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

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

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

Methods in org.apache.mahout.math.map with parameters of type ByteProcedure
 boolean OpenByteShortHashMap.forEachKey(ByteProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenByteObjectHashMap.forEachKey(ByteProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenByteLongHashMap.forEachKey(ByteProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenByteIntHashMap.forEachKey(ByteProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenByteFloatHashMap.forEachKey(ByteProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenByteDoubleHashMap.forEachKey(ByteProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenByteCharHashMap.forEachKey(ByteProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 boolean OpenByteByteHashMap.forEachKey(ByteProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractByteShortMap.forEachKey(ByteProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractByteObjectMap.forEachKey(ByteProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractByteLongMap.forEachKey(ByteProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractByteIntMap.forEachKey(ByteProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractByteFloatMap.forEachKey(ByteProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractByteDoubleMap.forEachKey(ByteProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractByteCharMap.forEachKey(ByteProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
abstract  boolean AbstractByteByteMap.forEachKey(ByteProcedure procedure)
          Applies a procedure to each key of the receiver, if any.
 

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

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



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