public class SortBean<T> extends Object implements Comparable<SortBean<T>>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(SortBean<T> o) |
T |
getObj() |
static <T> List<T> |
transformList(Collection<SortBean<T>> inList) |
Copyright © 2012-2018. All Rights Reserved.