Java org.apache.lucene.util CollectionUtil fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.util CollectionUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.util CollectionUtil.

The text is from its open source code.

Method

voidintroSort(List list, Comparator comp)
Sorts the given random access List using the Comparator .
voidintroSort(List list)
Sorts the given random access List in natural order.
voidtimSort(List list, Comparator comp)
Sorts the given random access List using the Comparator .
voidtimSort(List list)
Sorts the given random access List in natural order.