table.model
Class Sorter.IndexPair

java.lang.Object
  |
  +--table.model.Sorter.IndexPair
Enclosing class:
Sorter

class Sorter.IndexPair
extends java.lang.Object

Rerpresents pair of indexes.

Version:
1.0
Author:
Stanislav Lapitsky

Field Summary
(package private)  int endIndex
           
(package private)  int startIndex
           
 
Constructor Summary
Sorter.IndexPair(int startIndex, int endIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startIndex

int startIndex

endIndex

int endIndex
Constructor Detail

Sorter.IndexPair

public Sorter.IndexPair(int startIndex,
                        int endIndex)