JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.util
Interface JCIntComparator

All Superinterfaces:
Serializable
All Known Implementing Classes:
CollectionIntComparator

public interface JCIntComparator
extends Serializable

JCIntComparator interface.


Method Summary
 int compare(int index1, int index2)
          Compares two values, given their indices.
 

Method Detail

compare

public int compare(int index1,
                   int index2)
Compares two values, given their indices.

Parameters:
index1 - The index of the first value
index2 - The index of the second value
Returns:
A value which tells whether the first value is less than (negative), equal to (0), or greather than (positive) the second vzlue.

Copyright © 2004 Quest Software Inc..
All rights reserved.