| Interface | Description | 
|---|---|
| NumericTypeOps<T> | Numeric type operations, allowing working generically with types,
 but still having efficient code. | 
| PrimitiveIdTypeOps<T> | Additional type operations to TypeOps for types that can be IDs,
 and so can be used as keys in maps and values in sets. | 
| PrimitiveTypeOps<T> | Type operations, allowing working generically with types,
 but still having efficient code. | 
| TypeOps<T> | Type operations, allowing working generically with mutable types,
 but still having efficient code. | 
| Class | Description | 
|---|---|
| TypeOpsUtils | Utility functions for getting TypeOps instances from class types. | 
| Enum | Description | 
|---|---|
| BooleanTypeOps | TypeOps implementation for working with BooleanWritable type | 
| ByteTypeOps | TypeOps implementation for working with ByteWritable type | 
| DoubleTypeOps | TypeOps implementation for working with DoubleWritable type | 
| FloatTypeOps | TypeOps implementation for working with FloatWritable type | 
| IntTypeOps | TypeOps implementation for working with IntWritable type | 
| LongTypeOps | TypeOps implementation for working with LongWritable type | 
| MapTypeOps | TypeOps implementation for working with MapWritable type | 
| TextTypeOps | TypeOps implementation for working with Text type | 
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.