Package | Description |
---|---|
org.openjdk.jmc.common.util |
Modifier and Type | Method and Description |
---|---|
static <T> void |
SortedHead.addSorted(Iterator<? extends T> sourceIterator,
T[] fullHead,
SimpleArray<T> tail,
Comparator<? super T> comparator)
Convenience method for sorting items into a head of fixed size and a growable tail.
|
Copyright © 2019. All rights reserved.