Uses of Interface
org.openjdk.jmc.flightrecorder.internal.util.DisjointBuilder.ArrayFactory
-
Packages that use DisjointBuilder.ArrayFactory Package Description org.openjdk.jmc.flightrecorder.internal.parser org.openjdk.jmc.flightrecorder.internal.util -
-
Uses of DisjointBuilder.ArrayFactory in org.openjdk.jmc.flightrecorder.internal.parser
Fields in org.openjdk.jmc.flightrecorder.internal.parser declared as DisjointBuilder.ArrayFactory Modifier and Type Field Description private static DisjointBuilder.ArrayFactory<IItem>
RepositoryBuilder. ARRAY_FACTORY
-
Uses of DisjointBuilder.ArrayFactory in org.openjdk.jmc.flightrecorder.internal.util
Methods in org.openjdk.jmc.flightrecorder.internal.util with parameters of type DisjointBuilder.ArrayFactory Modifier and Type Method Description static <U> java.util.Collection<U[]>
DisjointBuilder. toArrays(java.lang.Iterable<? extends DisjointBuilder<U>> collections, DisjointBuilder.ArrayFactory<U> arrayFactory)
-