net.sf.jsort.util
Class ClassCastIndexResolver

java.lang.Object
  extended by net.sf.jsort.util.ClassCastIndexResolver
All Implemented Interfaces:
IndexResolver

public class ClassCastIndexResolver
extends java.lang.Object
implements IndexResolver

A implementation of IndexResolver based on IndexResolver class.

Author:
Domingos Creado

Constructor Summary
ClassCastIndexResolver()
           
 
Method Summary
static IndexResolver getInstance()
           
 int resolveIndex(java.lang.Object element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassCastIndexResolver

public ClassCastIndexResolver()
Method Detail

getInstance

public static final IndexResolver getInstance()

resolveIndex

public int resolveIndex(java.lang.Object element)
Specified by:
resolveIndex in interface IndexResolver
Returns:
the index a Object


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