org.sonar.duplications.index
Class DataUtils

java.lang.Object
  extended by org.sonar.duplications.index.DataUtils

public final class DataUtils
extends Object


Nested Class Summary
static interface DataUtils.Sortable
           
 
Method Summary
static int binarySearch(DataUtils.Sortable data)
          Value for search must be stored in position size.
static void sort(DataUtils.Sortable data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

binarySearch

public static int binarySearch(DataUtils.Sortable data)
Value for search must be stored in position size.


sort

public static void sort(DataUtils.Sortable data)


Copyright © 2009-2012 SonarSource. All Rights Reserved.