See: Description
| Interface | Description |
|---|---|
| BasicSet<T> |
BasicSet with only basic set of operations.
|
| ResettableIterator<T> |
Defines an iterator that can iterated over multiple times, by
rewinding it via reset() function.
|
| WBooleanCollection |
Long specialization of WCollection
|
| WByteCollection |
Long specialization of WCollection
|
| WCollection<T> |
Collection over mutable elements, which are probably
internally stored differently/efficiently, and are accessed
through methods providing "return" value.
|
| WDoubleCollection |
Long specialization of WCollection
|
| WFloatCollection |
Long specialization of WCollection
|
| WIntCollection |
Long specialization of WCollection
|
| WLongCollection |
Long specialization of WCollection
|
| WritableWriter<T> |
Handler for knowing how to serialize/deserialize type T
|
| Class | Description |
|---|---|
| Basic2ObjectMap<K,V> |
Basic2ObjectMap with only basic set of operations.
|
| Basic2ObjectMap.BasicInt2ObjectOpenHashMap<V> |
IntWritable implementation of Basic2ObjectMap
|
| Basic2ObjectMap.BasicLong2ObjectOpenHashMap<V> |
LongWritable implementation of Basic2ObjectMap
|
| Basic2ObjectMap.BasicObject2ObjectOpenHashMap<K extends org.apache.hadoop.io.Writable,V> |
Writable implementation of Basic2ObjectMap
|
| BasicCollectionsUtils |
Utility functions for constructing basic collections
|
| BasicSet.BasicIntOpenHashSet |
IntWritable implementation of BasicSet
|
| BasicSet.BasicLongOpenHashSet |
LongWritable implementation of BasicSet
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.