类 AbstractCommonFrame<T>
- java.lang.Object
-
- io.github.burukeyou.dataframe.iframe.AbstractCommonFrame<T>
-
- 直接已知子类:
AbstractDataFrameImpl
public abstract class AbstractCommonFrame<T> extends Object implements IFrame<T>
-
-
构造器概要
构造器 构造器 说明 AbstractCommonFrame()
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 protected static <R extends Number>
RbigDecimalToClassValue(BigDecimal value, Class<R> valueClass)
protected String[][]
buildPrintDataArr(int limit)
protected Type[]
getSuperClassActualTypeArguments(Class<?> clz)
protected Type[]
getSuperInterfaceActualTypeArguments(Class<?> clz)
protected List<FI2<T,Integer>>
rankingSameAsc(List<T> data, Comparator<T> comparator)
protected List<FI2<T,Integer>>
rankingSameAsc(List<T> data, Comparator<T> comparator, int n)
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 io.github.burukeyou.dataframe.iframe.IFrame
addRankingSameCol, addRankingSameCol, addRankingSameColAsc, addRankingSameColAsc, addRankingSameColDesc, addSortNoCol, addSortNoCol, addSortNoCol, addSortNoCol, append, avg, col, columns, count, countDistinct, countDistinct, cutFirst, cutLast, cutRankingSameAsc, cutRankingSameAsc, cutRankingSameDesc, cutRankingSameDesc, distinct, distinct, distinct, from, group, groupByAvg, groupByAvg, groupByAvg, groupByCount, groupByCount, groupByCount, groupByMax, groupByMax, groupByMaxMin, groupByMaxMin, groupByMaxMinValue, groupByMaxMinValue, groupByMaxValue, groupByMaxValue, groupByMin, groupByMin, groupByMinValue, groupByMinValue, groupBySum, groupBySum, groupBySum, groupBySumCount, groupBySumCount, head, head, join, join, leftJoin, leftJoin, map, mapPercent, mapPercent, max, maxMin, maxMinValue, maxValue, min, minValue, partition, replenish, replenish, replenish, rightJoin, rightJoin, show, show, sortAsc, sortAsc, sortDesc, sortDesc, stream, sum, tail, tail, toLists, union, where, whereBetween, whereBetweenL, whereBetweenN, whereBetweenR, whereEq, whereGe, whereGt, whereIn, whereLe, whereLike, whereLikeLeft, whereLikeRight, whereLt, whereNotBetween, whereNotBetweenN, whereNotEq, whereNotIn, whereNotLike, whereNotNull, whereNotTrue, whereNull, whereTrue
-
从接口继承的方法 java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
方法详细资料
-
buildPrintDataArr
protected String[][] buildPrintDataArr(int limit)
-
getSuperInterfaceActualTypeArguments
protected Type[] getSuperInterfaceActualTypeArguments(Class<?> clz)
-
bigDecimalToClassValue
protected static <R extends Number> R bigDecimalToClassValue(BigDecimal value, Class<R> valueClass)
-
rankingSameAsc
protected List<FI2<T,Integer>> rankingSameAsc(List<T> data, Comparator<T> comparator)
-
-