| Class | Description |
|---|---|
| ArrayListOfDoubles |
Object representing a list of doubles, backed by an resizable-array.
|
| ArrayListOfDoublesWritable |
Writable extension of the
ArrayListOfDoubles class. |
| ArrayListOfFloats |
Object representing a list of floats, backed by an resizable-array.
|
| ArrayListOfFloatsWritable |
Writable extension of the
ArrayListOfFloats class. |
| ArrayListOfInts |
Object representing a list of ints, backed by an resizable-array.
|
| ArrayListOfIntsWritable |
Writable extension of the
ArrayListOfInts class. |
| ArrayListOfLongs |
Object representing a list of longs, backed by an resizable-array.
|
| ArrayListOfLongsWritable |
Writable extension of the
ArrayListOfLongs class. |
| ArrayListOfShorts |
Object representing a list of shorts, backed by an resizable-array.
|
| ArrayListOfShortsWritable |
Writable extension of the
ArrayListOfShorts class. |
| ArrayListWritable<E extends org.apache.hadoop.io.Writable> |
Writable extension of a Java ArrayList.
|
| ArrayListWritableComparable<E extends org.apache.hadoop.io.WritableComparable> |
WritableComparable extension of a Java ArrayList.
|
| DoubleArrayWritable | |
| FloatArrayWritable | |
| IntArrayWritable | |
| LongArrayWritable | |
| ShortArrayWritable |
Copyright © 2018. All rights reserved.