Uses of Class
org.openjdk.jmc.common.collection.SimpleArray
Packages that use SimpleArray
-
Uses of SimpleArray in org.openjdk.jmc.common.util
Methods in org.openjdk.jmc.common.util with parameters of type SimpleArrayModifier and TypeMethodDescriptionstatic <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.