public class Combiner extends Object
Combinable
objects.Constructor and Description |
---|
Combiner() |
Modifier and Type | Method and Description |
---|---|
static <T extends Combinable<T>> |
combine(T[] objects)
Combine an array of
Combinable objects. |
public static <T extends Combinable<T>> int combine(T[] objects)
Combinable
objects.T
- common combinable type of objectsobjects
- The objects to combine. This array will contain the combined objects on return.objects
that are valid after returnCopyright © 2020. All rights reserved.