Java org.apache.hadoop.util IndexedSortable fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.util IndexedSortable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.util IndexedSortable.

The text is from its open source code.

Implementation

org.apache.hadoop.util.IndexedSortable has the following implementations.
Click this link to see all its implementation.

Constructor

Method

intcompare(int i, int j)
Compare items at the given addresses consistent with the semantics of java.util.Comparator#compare(Object,Object) .
voidswap(int i, int j)
Swap items at the given addresses.