public class Logic extends Object
| Constructor and Description |
|---|
Logic() |
| Modifier and Type | Method and Description |
|---|---|
static <X> List<X[]> |
getPairs(Collection<X> collection) |
static List<String> |
getStripped(Collection<String> collection) |
static <T> List<T> |
withoutLast(T[] parts) |
public static <X> List<X[]> getPairs(Collection<X> collection)
public static List<String> getStripped(Collection<String> collection)
public static <T> List<T> withoutLast(T[] parts)
Copyright © 2020. All rights reserved.