TUM CCSM Commons

Uses of Interface
edu.tum.cs.commons.collections.ISortableData

Packages that use ISortableData
edu.tum.cs.commons.collections Extensions to the Java collections. 
 

Uses of ISortableData in edu.tum.cs.commons.collections
 

Methods in edu.tum.cs.commons.collections with parameters of type ISortableData
static int SortableDataUtils.binarySearch(ISortableData data, int elementIndex)
          Performs a binary search for the element at the given index.
static void SortableDataUtils.sort(ISortableData data)
          Sorts the data in place using a randomized quick sort algorithm.
 


TUM CCSM Commons

TUM CCSM Commons - 2.7