net.sf.jsort.linear
Class CountingSortTest.Pair

java.lang.Object
  extended by net.sf.jsort.linear.CountingSortTest.Pair
All Implemented Interfaces:
net.sf.jsort.linear.Indexable
Enclosing class:
CountingSortTest

public static class CountingSortTest.Pair
extends java.lang.Object
implements net.sf.jsort.linear.Indexable


Field Summary
 int pos
           
 int value
           
 
Constructor Summary
CountingSortTest.Pair(int value, int pos)
           
 
Method Summary
 int getIndex()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public int value

pos

public int pos
Constructor Detail

CountingSortTest.Pair

public CountingSortTest.Pair(int value,
                             int pos)
Method Detail

getIndex

public int getIndex()
Specified by:
getIndex in interface net.sf.jsort.linear.Indexable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005-2008 Domingos Creado. All Rights Reserved.