Uses of Interface
org.apache.mahout.math.buffer.LongBufferConsumer

Packages that use LongBufferConsumer
org.apache.mahout.math.list Resizable lists holding objects or primitive data types such as int, double, etc. 
 

Uses of LongBufferConsumer in org.apache.mahout.math.list
 

Classes in org.apache.mahout.math.list that implement LongBufferConsumer
 class AbstractLongList
          Abstract base class for resizable lists holding long elements; abstract.
 class LongArrayList
          Resizable list holding long elements; implemented with arrays.
 class SimpleLongArrayList
          Resizable list holding long elements; implemented with arrays; not efficient; just to demonstrate which methods you must override to implement a fully functional list.
 



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