public class ListMerger extends Object
Constructor and Description |
---|
ListMerger() |
Modifier and Type | Method and Description |
---|---|
static <T extends Comparable<? super T>> |
mergeIntoArrayList(List<T> l1,
List<T> l2) |
static <T extends Comparable<? super T>> |
mergeIntoArrayList(List<T> l1,
List<T> l2,
int maxEntryCount) |
static <T extends Comparable<? super T>> |
mergeLinkedLists(List<T> to,
List<T> from,
int maxEntryCount) |
public static <T extends Comparable<? super T>> void mergeLinkedLists(List<T> to, List<T> from, int maxEntryCount)
public static <T extends Comparable<? super T>> List<T> mergeIntoArrayList(List<T> l1, List<T> l2, int maxEntryCount)
public static <T extends Comparable<? super T>> List<T> mergeIntoArrayList(List<T> l1, List<T> l2)
Copyright © 2017. All rights reserved.