Compoze Software, Inc.

com.compoze.util
Class SortableArray


java.lang.Object

  |

  +--com.compoze.util.SortableArray


public class SortableArray
extends java.lang.Object

This class is one element in a collection of elements that may be sorted by an index of an object in an array.


Constructor Summary
SortableArray(java.lang.Object[] array)
          Constructor.
 
Method Summary
 java.lang.Object getIndex(int index)
          Constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortableArray


public SortableArray(java.lang.Object[] array)
Constructor.
Parameters:
array - of objects
Method Detail

getIndex


public java.lang.Object getIndex(int index)
Constructor.
Parameters:
index - the index that this array is to be sorted by

Compoze Software, Inc.

Copyright ©1999-2001 Compoze Software, Inc. All rights reserved.