EVolve.util
Class Sorter

java.lang.Object
  |
  +--EVolve.util.Sorter

public class Sorter
extends java.lang.Object


Constructor Summary
Sorter(Entity[] array, EntityComparator comparator)
           
 
Method Summary
 int getSource(int target)
           
 int getTarget(int source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sorter

public Sorter(Entity[] array,
              EntityComparator comparator)
Method Detail

getTarget

public int getTarget(int source)

getSource

public int getSource(int target)