Package | Description |
---|---|
propel.core.utils |
Modifier and Type | Method and Description |
---|---|
static <T extends java.lang.Comparable<T>> |
ArrayUtils.toSortedList(T[] array)
Returns the given array as a PriorityQueue.
|
static <T extends java.lang.Comparable<T>> |
ArrayUtils.toSortedList(T[] array,
java.util.Comparator<? super T> comparator)
Returns the given array as a PriorityQueue.
|