| org.apache.mahout.math.bitvector | Bit vectors and bit matrices. |
| org.apache.mahout.math.buffer | Fixed sized (non resizable) streaming buffers connected to a target objects to which data is automatically flushed upon buffer overflow. |
| org.apache.mahout.math.function | Core interfaces for functions, comparisons and procedures on objects and primitive data types. |
| org.apache.mahout.math.list | Resizable lists holding objects or primitive data types such as int , double , etc. |
| org.apache.mahout.math.list.adapter | List adapters that make Colt lists compatible with the JDK 1.2 Collections Framework. |
| 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 |
| Swapper | Interface for an object that knows how to swap elements at two positions (a,b). | code | html |
| PersistentObject | This empty class is the common root for all persistent capable classes. | code | html |
| Arrays | Array manipulations; complements java.util.Arrays. | code | html |
| Sorting | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. | code | html |
| Sorting.ComparableAdaptor | code | html |