com.rubecula.darwin.examples.travelingsalesman
Interface Swap<T>


public interface Swap<T>

Author:
Robin Hillyard

Method Summary
 void swap(int index)
          Swap the first (0th) element of underlying elements of the iterator with the indexth element.
 

Method Detail

swap

void swap(int index)
Swap the first (0th) element of underlying elements of the iterator with the indexth element.

Parameters:
index -


Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.