A B C D E F G H I J L M N O P R S T U V W 
所有类 所有程序包

A

AbstractCommonFrame<T> - io.github.burukeyou.dataframe.iframe中的类
 
AbstractCommonFrame() - 类 的构造器io.github.burukeyou.dataframe.iframe.AbstractCommonFrame
 
AbstractDataFrameImpl<T> - io.github.burukeyou.dataframe.iframe中的类
 
AbstractDataFrameImpl() - 类 的构造器io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
AbstractWindowDataFrame<T> - io.github.burukeyou.dataframe.iframe中的类
Window DataFrame implement
AbstractWindowDataFrame() - 类 的构造器io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
 
accept(T, V) - 接口 中的方法io.github.burukeyou.dataframe.iframe.function.SetFunction
 
addRankCol(Sorter<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Add ranking columns by comparator Ranking logic, the same value means the Ranking is the same.
addRankCol(Sorter<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Add ranking columns by comparator Ranking logic, the same value means the Ranking is the same.
addRankCol(Sorter<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
addRankCol(Sorter<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Add ranking columns by comparator Ranking logic, the same value means the Ranking is the same.
addRankCol(Sorter<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
addRankCol(Sorter<T>, SetFunction<T, Integer>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Add ranking column to a certain column by Comparator
addRankCol(Sorter<T>, SetFunction<T, Integer>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Add ranking column to a certain column by Comparator
addRankCol(Sorter<T>, SetFunction<T, Integer>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
addRankCol(Sorter<T>, SetFunction<T, Integer>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Add ranking column to a certain column by Comparator
addRankCol(Sorter<T>, SetFunction<T, Integer>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
addRowNumberCol() - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
add sort number to the FI2.c2 field Default sequence number from 1 to frame.length
addRowNumberCol() - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
ddd ordinal column
addRowNumberCol() - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
addRowNumberCol() - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
ddd ordinal column
addRowNumberCol() - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
addRowNumberCol(SetFunction<T, Integer>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Add a numbered column to a specific column
addRowNumberCol(SetFunction<T, Integer>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Add a numbered column to a specific column
addRowNumberCol(SetFunction<T, Integer>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
addRowNumberCol(SetFunction<T, Integer>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Add a numbered column to a specific column
addRowNumberCol(SetFunction<T, Integer>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
addRowNumberCol(Sorter<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Sort by sorter first, then add ordinal columns
addRowNumberCol(Sorter<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Sort by comparator first, then add ordinal columns
addRowNumberCol(Sorter<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
addRowNumberCol(Sorter<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Sort by comparator first, then add ordinal columns
addRowNumberCol(Sorter<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
addRowNumberCol(Sorter<T>, SetFunction<T, Integer>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Add a numbered column to a specific column
addRowNumberCol(Sorter<T>, SetFunction<T, Integer>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Add a numbered column to a specific column
addRowNumberCol(Sorter<T>, SetFunction<T, Integer>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
addRowNumberCol(Sorter<T>, SetFunction<T, Integer>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Add a numbered column to a specific column
addRowNumberCol(Sorter<T>, SetFunction<T, Integer>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
AFTER(int) - 类 中的静态方法io.github.burukeyou.dataframe.iframe.window.round.Range
The last n row of the current row
AFTER_ROW - 类 中的静态变量io.github.burukeyou.dataframe.iframe.window.round.Range
The last 0 row of the current row
AfterRange - io.github.burukeyou.dataframe.iframe.window.round中的类
The last n rows of the current row
AfterRange() - 类 的构造器io.github.burukeyou.dataframe.iframe.window.round.AfterRange
 
AfterRange(int) - 类 的构造器io.github.burukeyou.dataframe.iframe.window.round.AfterRange
 
Agg<Re,​F> - io.github.burukeyou.dataframe.iframe.group中的接口
 
AggImpl - io.github.burukeyou.dataframe.iframe.group中的类
 
AggImpl() - 类 的构造器io.github.burukeyou.dataframe.iframe.group.AggImpl
 
append(T) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
add element to Frame
append(T) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
add element to Frame
append(T) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
append(T) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
add element to Frame
append(T) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
apply(T) - 接口 中的方法io.github.burukeyou.dataframe.iframe.support.NumberFunction
 
apply(T1, T2) - 接口 中的方法io.github.burukeyou.dataframe.iframe.function.ReplenishFunction
 
applyAsBigDecimal(T) - 接口 中的方法io.github.burukeyou.dataframe.iframe.function.BigDecimalFunction
 
average(List<BigDecimal>, RoundingMode, int) - 类 中的静态方法io.github.burukeyou.dataframe.util.MathUtils
平均值
averagingBigDecimal(BigDecimalFunction<? super T>, int, int) - 类 中的静态方法io.github.burukeyou.dataframe.util.CollectorsPlusUtil
 
averagingBigDecimal(NumberFunction<T, R>, int, int) - 类 中的静态方法io.github.burukeyou.dataframe.util.CollectorsPlusUtil
 
avg(Function<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
avg(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
average the values of the field
avg(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
average the values of the field
avg(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
average the values of the field
AVG - io.github.burukeyou.dataframe.iframe.window.OverEnum
 

B

BEFORE(int) - 类 中的静态方法io.github.burukeyou.dataframe.iframe.window.round.Range
The first n row of the current row
BEFORE_ROW - 类 中的静态变量io.github.burukeyou.dataframe.iframe.window.round.Range
The first 0 row of the current row
BeforeRange - io.github.burukeyou.dataframe.iframe.window.round中的类
The first n rows of the current row
BeforeRange() - 类 的构造器io.github.burukeyou.dataframe.iframe.window.round.BeforeRange
 
BeforeRange(int) - 类 的构造器io.github.burukeyou.dataframe.iframe.window.round.BeforeRange
 
BigDecimalFunction<T> - io.github.burukeyou.dataframe.iframe.function中的接口
 
bigDecimalToClassValue(BigDecimal, Class<R>) - 类 中的静态方法io.github.burukeyou.dataframe.iframe.AbstractCommonFrame
 
build() - 类 中的方法io.github.burukeyou.dataframe.iframe.support.DFList
 
buildFieldList(F) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
buildPrintDataArr(int) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractCommonFrame
 

C

calcGrowthRate(BigDecimal, BigDecimal, int) - 类 中的静态方法io.github.burukeyou.dataframe.util.MathUtils
计算增长率 (结果X100) (当前值 - 上次值)/上次值 * 100%
calcGrowthRateNoMulti100(BigDecimal, BigDecimal, int) - 类 中的静态方法io.github.burukeyou.dataframe.util.MathUtils
计算增长率 不乘100 (当前值 - 上次值)/上次值 * 100%
calcVolatilityRate(List<BigDecimal>) - 类 中的静态方法io.github.burukeyou.dataframe.util.MathUtils
计算波动率
check() - 类 中的方法io.github.burukeyou.dataframe.iframe.window.round.AfterRange
 
check() - 类 中的方法io.github.burukeyou.dataframe.iframe.window.round.BeforeRange
 
check() - 接口 中的方法io.github.burukeyou.dataframe.iframe.window.round.WindowRange
Verify that the parameters are valid
checkElementIndex(int, int, String) - 类 中的静态方法io.github.burukeyou.dataframe.util.PartitionList
 
col(Function<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
col(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Get a column value
col(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Get a column value
col(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Get a column value
CollectorsPlusUtil - io.github.burukeyou.dataframe.util中的类
 
columns() - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
columns() - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Get column headers
columns() - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Get column headers
columns() - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Get column headers
comparator - 类 中的变量io.github.burukeyou.dataframe.iframe.window.SorterBuilder
 
compare(T, T) - 类 中的方法io.github.burukeyou.dataframe.iframe.window.SorterBuilder
 
count() - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
count() - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
get row count
count() - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
get row count
count() - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
count() - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
get row count
count() - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
count(Function<T, R>) - 接口 中的静态方法io.github.burukeyou.dataframe.iframe.group.Agg
 
COUNT - io.github.burukeyou.dataframe.iframe.window.OverEnum
 
CountAgg<T,​R> - io.github.burukeyou.dataframe.iframe.group中的类
 
CountAgg(Function<T, R>) - 类 的构造器io.github.burukeyou.dataframe.iframe.group.CountAgg
 
countDistinct(Comparator<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Calculate the quantity after deduplication
countDistinct(Comparator<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Calculate the quantity after deduplication
countDistinct(Comparator<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
countDistinct(Comparator<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Calculate the quantity after deduplication
countDistinct(Comparator<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
countDistinct(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Calculate the quantity after deduplication
countDistinct(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Calculate the quantity after deduplication
countDistinct(Function<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
countDistinct(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Calculate the quantity after deduplication
countDistinct(Function<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
CUME_DIST - io.github.burukeyou.dataframe.iframe.window.OverEnum
Cumulative distribution value
CURRENT_ROW - 类 中的静态变量io.github.burukeyou.dataframe.iframe.window.round.Range
The current row of the window
CurrentRowRange - io.github.burukeyou.dataframe.iframe.window.round中的类
Current row
CurrentRowRange() - 类 的构造器io.github.burukeyou.dataframe.iframe.window.round.CurrentRowRange
 
cut(Integer, Integer) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
cut elements within the scope
cut(Integer, Integer) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
cut elements within the scope
cut(Integer, Integer) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
cut(Integer, Integer) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
cut elements within the scope
cut(Integer, Integer) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
cutFirst(int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Cut the top n element
cutFirst(int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Cut the top n element
cutFirst(int) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
截取前n个
cutFirst(int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Cut the top n element
cutFirst(int) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
=========================== 截取相关 =====================================
cutFirstRank(Sorter<T>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Cut the top N rankings data The same value is considered to have the same ranking
cutFirstRank(Sorter<T>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Cut the top N rankings data The same value is considered to have the same ranking
cutFirstRank(Sorter<T>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
cutFirstRank(Sorter<T>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Cut the top N rankings data The same value is considered to have the same ranking
cutFirstRank(Sorter<T>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
cutLast(int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Cut the last n element
cutLast(int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Cut the last n element
cutLast(int) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
cutLast(int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Cut the last n element
cutLast(int) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
cutPage(int, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
cut paginated data
cutPage(int, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
cut paginated data
cutPage(int, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
cutPage(int, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
cut paginated data
cutPage(int, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 

D

data - 类 中的变量io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
dataList - 类 中的变量io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
DefaultJoin<T,​K,​R> - io.github.burukeyou.dataframe.iframe.support中的类
Merge attributes based on the same field names
DefaultJoin() - 类 的构造器io.github.burukeyou.dataframe.iframe.support.DefaultJoin
 
defaultRoundingMode - 类 中的变量io.github.burukeyou.dataframe.iframe.AbstractCommonFrame
 
defaultScale - 类 中的变量io.github.burukeyou.dataframe.iframe.AbstractCommonFrame
 
defaultScale(int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Set default decimal places
defaultScale(int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Set default decimal places
defaultScale(int) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
defaultScale(int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Set default decimal places
defaultScale(int) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
defaultScale(int, RoundingMode) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Set default decimal places
defaultScale(int, RoundingMode) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Set default decimal places
defaultScale(int, RoundingMode) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
defaultScale(int, RoundingMode) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Set default decimal places
defaultScale(int, RoundingMode) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
DENSE_RANK - io.github.burukeyou.dataframe.iframe.window.OverEnum
Rank of current row within its partition, without gaps
DFList<T> - io.github.burukeyou.dataframe.iframe.support中的类
 
DFList(List<T>) - 类 的构造器io.github.burukeyou.dataframe.iframe.support.DFList
 
dfsFindWindow(List<List<T>>, List<T>, List<Function<T, ?>>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
 
distinct() - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
distinct by T value
distinct() - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
distinct by T value
distinct() - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
distinct() - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
distinct by T value
distinct() - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
distinct(Comparator<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
distinct by comparator
distinct(Comparator<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
distinct by comparator
distinct(Comparator<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
distinct(Comparator<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
distinct by comparator
distinct(Comparator<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
distinct(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
distinct by field value
distinct(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
distinct by field value
distinct(Function<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
distinct(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
distinct by field value
distinct(Function<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
divide(int, int, RoundingMode) - 类 中的静态方法io.github.burukeyou.dataframe.util.PartitionList
 
divide(BigDecimal, BigDecimal) - 类 中的静态方法io.github.burukeyou.dataframe.util.MathUtils
 
divide(BigDecimal, BigDecimal, int) - 类 中的静态方法io.github.burukeyou.dataframe.util.MathUtils
除法计算
divide(T1, T2, int) - 类 中的静态方法io.github.burukeyou.dataframe.util.MathUtils
 
divide(T1, T2, int, RoundingMode) - 类 中的静态方法io.github.burukeyou.dataframe.util.MathUtils
 
doCalcGrowthRate(BigDecimal, BigDecimal, int, boolean) - 类 中的静态方法io.github.burukeyou.dataframe.util.MathUtils
计算增长率 (当前值 - 上次值)/上次值 * 100%

E

emptyWindow - 类 中的变量io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
 
END_ROW - 类 中的静态变量io.github.burukeyou.dataframe.iframe.window.round.Range
The last row of the window
EndRowRange - io.github.burukeyou.dataframe.iframe.window.round中的类
The Last row
EndRowRange() - 类 的构造器io.github.burukeyou.dataframe.iframe.window.round.EndRowRange
 
eq(Object) - 接口 中的方法io.github.burukeyou.dataframe.iframe.window.round.WindowRange
 

F

FI2<T1,​T2> - io.github.burukeyou.dataframe.iframe.item中的类
DataFrame (2 x 2 矩阵)
FI2() - 类 的构造器io.github.burukeyou.dataframe.iframe.item.FI2
 
fi2Frame(JDFrameImpl<FI2<T, F>>, SetFunction<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
fi2Frame(SDFrameImpl<FI2<T, F>>, SetFunction<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
FI3<T1,​T2,​T3> - io.github.burukeyou.dataframe.iframe.item中的类
DataFrame (3 x 3 矩阵)
FI3() - 类 的构造器io.github.burukeyou.dataframe.iframe.item.FI3
 
FI4<T1,​T2,​T3,​T4> - io.github.burukeyou.dataframe.iframe.item中的类
DataFrame (4 x 4 矩阵)
FI4() - 类 的构造器io.github.burukeyou.dataframe.iframe.item.FI4
 
fieldList - 类 中的变量io.github.burukeyou.dataframe.iframe.AbstractCommonFrame
 
FieldValueList<T,​F> - io.github.burukeyou.dataframe.util中的类
 
FieldValueList(List<T>, Function<T, F>) - 类 的构造器io.github.burukeyou.dataframe.util.FieldValueList
 
first() - 类 中的方法io.github.burukeyou.dataframe.iframe.support.DFList
 
first(int) - 类 中的方法io.github.burukeyou.dataframe.iframe.support.DFList
取前N个
FIRST_VALUE - io.github.burukeyou.dataframe.iframe.window.OverEnum
Value of argument from first row of window frame
forEachDo(Consumer<? super T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Performs the given action for each element of the Iterable until all elements have been processed or the action throws an exception.
forEachDo(Consumer<? super T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Performs the given action for each element of the Iterable until all elements have been processed or the action throws an exception.
forEachDo(Consumer<? super T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
forEachDo(Consumer<? super T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Performs the given action for each element of the Iterable until all elements have been processed or the action throws an exception.
forEachDo(Consumer<? super T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
FrameUtil - io.github.burukeyou.dataframe.util中的类
 
from(List<R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
from(Stream<R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Convert to other IFrame
from(Stream<R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Convert to other JDFrame
from(Stream<R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
from(Stream<R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Convert to other SDFrame
from(Stream<R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 

G

get(int) - 类 中的方法io.github.burukeyou.dataframe.util.PartitionList
 
get(Integer) - 类 中的方法io.github.burukeyou.dataframe.util.FieldValueList
 
get(List<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.window.SupplierFunction
 
getApplyValue(Function<T, R>, T) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
getBigDecimalValue(T, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
 
getComparator() - 接口 中的方法io.github.burukeyou.dataframe.iframe.window.Sorter
 
getComparator() - 接口 中的方法io.github.burukeyou.dataframe.iframe.window.Window
get window comparator
getComparator() - 类 中的方法io.github.burukeyou.dataframe.iframe.window.WindowBuilder
 
getEndIndex(Integer, List<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.window.round.AfterRange
 
getEndIndex(Integer, List<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.window.round.BeforeRange
 
getEndIndex(Integer, List<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.window.round.CurrentRowRange
 
getEndIndex(Integer, List<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.window.round.EndRowRange
 
getEndIndex(Integer, List<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.window.round.StartRowRange
 
getEndIndex(Integer, List<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.window.round.WindowRange
get the window sliding end boundary
getEndRange() - 接口 中的方法io.github.burukeyou.dataframe.iframe.window.Window
get window end range
getEndRange() - 类 中的方法io.github.burukeyou.dataframe.iframe.window.WindowBuilder
 
getFirstSlidingWindow(List<T>, Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
 
getIndexRange(Window<T>, int, List<V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
 
getListGroupMaxMinFunction(Function<T, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
getListGroupMaxMinValueFunction(Function<T, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
getListMaxFunction(Function<T, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
getListMinFunction(Function<T, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
getOldRoundingMode() - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractCommonFrame
 
getStartIndex(Integer, List<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.window.round.AfterRange
 
getStartIndex(Integer, List<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.window.round.BeforeRange
 
getStartIndex(Integer, List<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.window.round.CurrentRowRange
 
getStartIndex(Integer, List<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.window.round.EndRowRange
 
getStartIndex(Integer, List<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.window.round.StartRowRange
 
getStartIndex(Integer, List<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.window.round.WindowRange
get the window sliding start boundary
getStartRange() - 接口 中的方法io.github.burukeyou.dataframe.iframe.window.Window
get window start range
getStartRange() - 类 中的方法io.github.burukeyou.dataframe.iframe.window.WindowBuilder
 
getSuperClassActualTypeArguments(Class<?>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractCommonFrame
 
getSuperInterfaceActualTypeArguments(Class<?>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractCommonFrame
 
group(Function<? super T, ? extends K>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Group list
group(Function<? super T, ? extends K>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Group list
group(Function<? super T, ? extends K>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
group(Function<? super T, ? extends K>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Group list
group(Function<? super T, ? extends K>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
groupBy(Function<T, ?>...) - 接口 中的静态方法io.github.burukeyou.dataframe.iframe.window.Window
open a Window by partitioning based on provided fields
groupByAvg(Function<T, K>, NumberFunction<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Group average
groupByAvg(Function<T, K>, NumberFunction<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Group average
groupByAvg(Function<T, K>, NumberFunction<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
groupByAvg(Function<T, K>, NumberFunction<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Group average
groupByAvg(Function<T, K>, NumberFunction<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
groupByAvg(Function<T, K>, Function<T, J>, NumberFunction<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Group average
groupByAvg(Function<T, K>, Function<T, J>, NumberFunction<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Group average
groupByAvg(Function<T, K>, Function<T, J>, NumberFunction<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
groupByAvg(Function<T, K>, Function<T, J>, NumberFunction<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Group average
groupByAvg(Function<T, K>, Function<T, J>, NumberFunction<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
groupByAvg(Function<T, K>, Function<T, J>, Function<T, H>, NumberFunction<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Group average
groupByAvg(Function<T, K>, Function<T, J>, Function<T, H>, NumberFunction<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Group average
groupByAvg(Function<T, K>, Function<T, J>, Function<T, H>, NumberFunction<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
groupByAvg(Function<T, K>, Function<T, J>, Function<T, H>, NumberFunction<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Group average
groupByAvg(Function<T, K>, Function<T, J>, Function<T, H>, NumberFunction<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
groupByCount(Function<T, K>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Group count
groupByCount(Function<T, K>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Group count
groupByCount(Function<T, K>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
groupByCount(Function<T, K>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Group count
groupByCount(Function<T, K>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
groupByCount(Function<T, K>, Function<T, J>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Group count
groupByCount(Function<T, K>, Function<T, J>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Group count
groupByCount(Function<T, K>, Function<T, J>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
groupByCount(Function<T, K>, Function<T, J>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Group count
groupByCount(Function<T, K>, Function<T, J>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
groupByCount(Function<T, K>, Function<T, J>, Function<T, H>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Group count
groupByCount(Function<T, K>, Function<T, J>, Function<T, H>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Group count
groupByCount(Function<T, K>, Function<T, J>, Function<T, H>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
groupByCount(Function<T, K>, Function<T, J>, Function<T, H>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Group count
groupByCount(Function<T, K>, Function<T, J>, Function<T, H>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
groupByMax(Function<T, K>, Function<T, J>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Group max
groupByMax(Function<T, K>, Function<T, J>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Group max
groupByMax(Function<T, K>, Function<T, J>, Function<T, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
groupByMax(Function<T, K>, Function<T, J>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Group max
groupByMax(Function<T, K>, Function<T, J>, Function<T, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
groupByMax(Function<T, K>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Group max
groupByMax(Function<T, K>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Group max
groupByMax(Function<T, K>, Function<T, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
groupByMax(Function<T, K>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Group max
groupByMax(Function<T, K>, Function<T, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
groupByMaxMin(Function<T, K>, Function<T, J>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Group max and min element
groupByMaxMin(Function<T, K>, Function<T, J>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Group max and min element
groupByMaxMin(Function<T, K>, Function<T, J>, Function<T, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
groupByMaxMin(Function<T, K>, Function<T, J>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Group max and min element
groupByMaxMin(Function<T, K>, Function<T, J>, Function<T, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
groupByMaxMin(Function<T, K>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Group max and min element
groupByMaxMin(Function<T, K>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Group max and min element
groupByMaxMin(Function<T, K>, Function<T, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
groupByMaxMin(Function<T, K>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Group max and min element
groupByMaxMin(Function<T, K>, Function<T, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
groupByMaxMinValue(Function<T, K>, Function<T, J>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Group max and min value
groupByMaxMinValue(Function<T, K>, Function<T, J>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Group max and min value
groupByMaxMinValue(Function<T, K>, Function<T, J>, Function<T, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
groupByMaxMinValue(Function<T, K>, Function<T, J>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Group max and min value
groupByMaxMinValue(Function<T, K>, Function<T, J>, Function<T, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
groupByMaxMinValue(Function<T, K>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Group max and min value
groupByMaxMinValue(Function<T, K>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Group max and min value
groupByMaxMinValue(Function<T, K>, Function<T, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
groupByMaxMinValue(Function<T, K>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Group max and min value
groupByMaxMinValue(Function<T, K>, Function<T, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
groupByMaxValue(Function<T, K>, Function<T, J>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Group max value
groupByMaxValue(Function<T, K>, Function<T, J>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Group max value
groupByMaxValue(Function<T, K>, Function<T, J>, Function<T, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
groupByMaxValue(Function<T, K>, Function<T, J>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Group max value
groupByMaxValue(Function<T, K>, Function<T, J>, Function<T, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
groupByMaxValue(Function<T, K>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Group max value
groupByMaxValue(Function<T, K>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Group max value
groupByMaxValue(Function<T, K>, Function<T, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
groupByMaxValue(Function<T, K>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Group max value
groupByMaxValue(Function<T, K>, Function<T, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
groupByMin(Function<T, K>, Function<T, J>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Group min
groupByMin(Function<T, K>, Function<T, J>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Group min
groupByMin(Function<T, K>, Function<T, J>, Function<T, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
groupByMin(Function<T, K>, Function<T, J>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Group min
groupByMin(Function<T, K>, Function<T, J>, Function<T, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
groupByMin(Function<T, K>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Group min
groupByMin(Function<T, K>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Group min
groupByMin(Function<T, K>, Function<T, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
groupByMin(Function<T, K>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Group min
groupByMin(Function<T, K>, Function<T, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
groupByMinValue(Function<T, K>, Function<T, J>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Group min value
groupByMinValue(Function<T, K>, Function<T, J>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Group min value
groupByMinValue(Function<T, K>, Function<T, J>, Function<T, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
groupByMinValue(Function<T, K>, Function<T, J>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Group min value
groupByMinValue(Function<T, K>, Function<T, J>, Function<T, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
groupByMinValue(Function<T, K>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Group min value
groupByMinValue(Function<T, K>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Group min value
groupByMinValue(Function<T, K>, Function<T, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
groupByMinValue(Function<T, K>, Function<T, V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Group min value
groupByMinValue(Function<T, K>, Function<T, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
groupBySum(Function<T, K>, NumberFunction<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Group summation
groupBySum(Function<T, K>, NumberFunction<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Group summation
groupBySum(Function<T, K>, NumberFunction<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
=========================== 分组相关 =====================================
groupBySum(Function<T, K>, NumberFunction<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Group summation
groupBySum(Function<T, K>, NumberFunction<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
=========================== 分组相关 =====================================
groupBySum(Function<T, K>, Function<T, J>, NumberFunction<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Group summation
groupBySum(Function<T, K>, Function<T, J>, NumberFunction<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Group summation
groupBySum(Function<T, K>, Function<T, J>, NumberFunction<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
groupBySum(Function<T, K>, Function<T, J>, NumberFunction<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Group summation
groupBySum(Function<T, K>, Function<T, J>, NumberFunction<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
groupBySum(Function<T, K>, Function<T, J>, Function<T, H>, NumberFunction<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Group summation
groupBySum(Function<T, K>, Function<T, J>, Function<T, H>, NumberFunction<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Group summation
groupBySum(Function<T, K>, Function<T, J>, Function<T, H>, NumberFunction<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
groupBySum(Function<T, K>, Function<T, J>, Function<T, H>, NumberFunction<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Group summation
groupBySum(Function<T, K>, Function<T, J>, Function<T, H>, NumberFunction<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
groupBySumCount(Function<T, K>, NumberFunction<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Group sum and count together
groupBySumCount(Function<T, K>, NumberFunction<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Group sum and count together
groupBySumCount(Function<T, K>, NumberFunction<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
groupBySumCount(Function<T, K>, NumberFunction<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Group sum and count together
groupBySumCount(Function<T, K>, NumberFunction<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
groupBySumCount(Function<T, K>, Function<T, J>, NumberFunction<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Group sum and count together
groupBySumCount(Function<T, K>, Function<T, J>, NumberFunction<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Group sum and count together
groupBySumCount(Function<T, K>, Function<T, J>, NumberFunction<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
groupBySumCount(Function<T, K>, Function<T, J>, NumberFunction<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Group sum and count together
groupBySumCount(Function<T, K>, Function<T, J>, NumberFunction<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
GroupFrame<K,​T> - io.github.burukeyou.dataframe.iframe中的接口
 
GroupFrameImpl<K,​T> - io.github.burukeyou.dataframe.iframe中的类
 
GroupFrameImpl(IFrame<FI2<K, List<T>>>) - 类 的构造器io.github.burukeyou.dataframe.iframe.GroupFrameImpl
 
groupKey(Function<? super T, ? extends K>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
groupKey(Function<T, K>, Function<T, J>, Function<T, H>, Collector<T, ?, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
三级分组
groupKey(Function<T, K>, Function<T, J>, Collector<T, ?, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
二级分组
groupKey(Function<T, K>, Collector<T, ?, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
一级分组
groupToMap(Function<T, K>, Function<T, J>, Function<List<T>, T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 

H

head() - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
head() - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Get the first element
head() - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Get the first element
head() - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Get the first element
head(int) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
head(int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Get the first n elements
head(int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Get the first n elements
head(int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Get the first n elements

I

IFrame<T> - io.github.burukeyou.dataframe.iframe中的接口
A Simple DataFrame Stream API Interface define
initDefault() - 类 中的方法io.github.burukeyou.dataframe.iframe.window.WindowBuilder
 
initDefaultScale(int, RoundingMode) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractCommonFrame
 
io.github.burukeyou.dataframe.iframe - 程序包 io.github.burukeyou.dataframe.iframe
 
io.github.burukeyou.dataframe.iframe.function - 程序包 io.github.burukeyou.dataframe.iframe.function
 
io.github.burukeyou.dataframe.iframe.group - 程序包 io.github.burukeyou.dataframe.iframe.group
 
io.github.burukeyou.dataframe.iframe.item - 程序包 io.github.burukeyou.dataframe.iframe.item
 
io.github.burukeyou.dataframe.iframe.support - 程序包 io.github.burukeyou.dataframe.iframe.support
 
io.github.burukeyou.dataframe.iframe.window - 程序包 io.github.burukeyou.dataframe.iframe.window
 
io.github.burukeyou.dataframe.iframe.window.round - 程序包 io.github.burukeyou.dataframe.iframe.window.round
 
io.github.burukeyou.dataframe.util - 程序包 io.github.burukeyou.dataframe.util
 
isAllRow(Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
 
isEmpty() - 类 中的方法io.github.burukeyou.dataframe.util.PartitionList
 
isEmpty(Collection<?>) - 类 中的静态方法io.github.burukeyou.dataframe.util.ListUtils
 
isFixedEndIndex() - 类 中的方法io.github.burukeyou.dataframe.iframe.window.round.EndRowRange
 
isFixedEndIndex() - 接口 中的方法io.github.burukeyou.dataframe.iframe.window.round.WindowRange
is the end boundary fixed
isFixedStartIndex() - 类 中的方法io.github.burukeyou.dataframe.iframe.window.round.StartRowRange
 
isFixedStartIndex() - 接口 中的方法io.github.burukeyou.dataframe.iframe.window.round.WindowRange
is the start boundary fixed
isInRange(FI2<Integer, Integer>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
 
isNotEmpty(Collection<?>) - 类 中的静态方法io.github.burukeyou.dataframe.util.ListUtils
 
iterator() - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 

J

JDFrame<T> - io.github.burukeyou.dataframe.iframe中的接口
JDFrame The operations before and after are discontinuous, and all operations take effect in real time.
JDFrameImpl<T> - io.github.burukeyou.dataframe.iframe中的类
 
JDFrameImpl(List<T>) - 类 的构造器io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
join(IFrame<K>, JoinOn<T, K>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
inner join Frame such as IFrame.join(IFrame, JoinOn, Join), but the default Join is DefaultJoin, it will automatically map to a new Frame based on the same name
join(IFrame<K>, JoinOn<T, K>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
inner join Frame such as IFrame.join(IFrame, JoinOn, Join), but the default Join is DefaultJoin, it will automatically map to a new Frame based on the same name
join(IFrame<K>, JoinOn<T, K>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
join(IFrame<K>, JoinOn<T, K>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
inner join Frame such as IFrame.join(IFrame, JoinOn, Join), but the default Join is DefaultJoin, it will automatically map to a new Frame based on the same name
join(IFrame<K>, JoinOn<T, K>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
join(IFrame<K>, JoinOn<T, K>, Join<T, K, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
inner join Frame
join(IFrame<K>, JoinOn<T, K>, Join<T, K, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
inner join Frame
join(IFrame<K>, JoinOn<T, K>, Join<T, K, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
join(IFrame<K>, JoinOn<T, K>, Join<T, K, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
inner join Frame
join(IFrame<K>, JoinOn<T, K>, Join<T, K, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
join(T, K) - 类 中的方法io.github.burukeyou.dataframe.iframe.support.DefaultJoin
 
join(T, K) - 接口 中的方法io.github.burukeyou.dataframe.iframe.support.Join
 
Join<T,​K,​R> - io.github.burukeyou.dataframe.iframe.support中的接口
Connection operation
joinList(IFrame<K>, JoinOn<T, K>, Join<T, K, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
JoinOn<T,​K> - io.github.burukeyou.dataframe.iframe.support中的接口
 

L

LAG - io.github.burukeyou.dataframe.iframe.window.OverEnum
Value of argument from row lagging current row within partition
last(int) - 类 中的方法io.github.burukeyou.dataframe.iframe.support.DFList
取后N个
LAST_VALUE - io.github.burukeyou.dataframe.iframe.window.OverEnum
Value of argument from last row of window frame
LEAD - io.github.burukeyou.dataframe.iframe.window.OverEnum
Value of argument from row leading current row within partition
leftJoin(IFrame<K>, JoinOn<T, K>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
left join Frame such as IFrame.leftJoin(IFrame, JoinOn, Join), but the default Join is DefaultJoin,
leftJoin(IFrame<K>, JoinOn<T, K>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
left join Frame such as IFrame.leftJoin(IFrame, JoinOn, Join), but the default Join is DefaultJoin,
leftJoin(IFrame<K>, JoinOn<T, K>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
leftJoin(IFrame<K>, JoinOn<T, K>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
left join Frame such as IFrame.leftJoin(IFrame, JoinOn, Join), but the default Join is DefaultJoin,
leftJoin(IFrame<K>, JoinOn<T, K>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
leftJoin(IFrame<K>, JoinOn<T, K>, Join<T, K, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
left join Frame if connection conditions false, The callback value K for Join will be null, always keep T
leftJoin(IFrame<K>, JoinOn<T, K>, Join<T, K, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
left join Frame if connection conditions false, The callback value K for Join will be null, always keep T
leftJoin(IFrame<K>, JoinOn<T, K>, Join<T, K, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
leftJoin(IFrame<K>, JoinOn<T, K>, Join<T, K, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
left join Frame if connection conditions false, The callback value K for Join will be null, always keep T
leftJoin(IFrame<K>, JoinOn<T, K>, Join<T, K, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
leftJoinList(IFrame<K>, JoinOn<T, K>, Join<T, K, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
lenientFormat(String, Object...) - 类 中的静态方法io.github.burukeyou.dataframe.util.PartitionList
 
ListUtils - io.github.burukeyou.dataframe.util中的类
 

M

map(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
convert to the new Frame
map(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
convert to the new Frame
map(Function<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
map(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
convert to the new Frame
map(Function<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
mapPercent(Function<T, R>, SetFunction<T, BigDecimal>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Percentage convert such as IFrame.mapPercent(Function, SetFunction, int), but default scale is 2
mapPercent(Function<T, R>, SetFunction<T, BigDecimal>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Percentage convert such as IFrame.mapPercent(Function, SetFunction, int), but default scale is 2
mapPercent(Function<T, R>, SetFunction<T, BigDecimal>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
mapPercent(Function<T, R>, SetFunction<T, BigDecimal>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Percentage convert such as IFrame.mapPercent(Function, SetFunction, int), but default scale is 2
mapPercent(Function<T, R>, SetFunction<T, BigDecimal>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
mapPercent(Function<T, R>, SetFunction<T, BigDecimal>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Percentage convert you can convert the value of a certain field to a percentage, Then assign a value to a certain column through SetFunction
mapPercent(Function<T, R>, SetFunction<T, BigDecimal>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Percentage convert you can convert the value of a certain field to a percentage, Then assign a value to a certain column through SetFunction
mapPercent(Function<T, R>, SetFunction<T, BigDecimal>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
mapPercent(Function<T, R>, SetFunction<T, BigDecimal>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Percentage convert you can convert the value of a certain field to a percentage, Then assign a value to a certain column through SetFunction
mapPercent(Function<T, R>, SetFunction<T, BigDecimal>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
MathUtils - io.github.burukeyou.dataframe.util中的类
数学工具
max(Function<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
max(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Finding the maximum element
max(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Finding the maximum element
max(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Finding the maximum element
MAX - io.github.burukeyou.dataframe.iframe.window.OverEnum
 
maxBy(BigDecimalFunction<? super T>) - 类 中的静态方法io.github.burukeyou.dataframe.util.CollectorsPlusUtil
 
maxMin(Function<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
maxMin(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Finding the maximum and minimum element
maxMin(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Finding the maximum and minimum element
maxMin(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Finding the maximum and minimum element
MaxMin<T> - io.github.burukeyou.dataframe.iframe.support中的类
 
MaxMin() - 类 的构造器io.github.burukeyou.dataframe.iframe.support.MaxMin
 
maxMinValue(Function<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
maxMinValue(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Finding the maximum and minimum value
maxMinValue(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Finding the maximum and minimum value
maxMinValue(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Finding the maximum and minimum value
maxValue(Function<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
maxValue(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Finding the maximum value
maxValue(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Finding the maximum value
maxValue(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Finding the maximum value
mergeCollection(Collection<List<C>>) - 类 中的静态方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
min(Function<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
min(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Finding the minimum element
min(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Finding the minimum element
min(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Finding the minimum element
MIN - io.github.burukeyou.dataframe.iframe.window.OverEnum
 
minBy(BigDecimalFunction<? super T>) - 类 中的静态方法io.github.burukeyou.dataframe.util.CollectorsPlusUtil
 
minValue(Function<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
minValue(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Finding the minimum value
minValue(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Finding the minimum value
minValue(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Finding the minimum value
MSG - 类 中的静态变量io.github.burukeyou.dataframe.iframe.AbstractCommonFrame
 

N

n - 类 中的变量io.github.burukeyou.dataframe.iframe.window.round.AfterRange
 
n - 类 中的变量io.github.burukeyou.dataframe.iframe.window.round.BeforeRange
 
NTH_VALUE - io.github.burukeyou.dataframe.iframe.window.OverEnum
Value of argument from N-th row of window frame
NumberFunction<T,​R extends Number> - io.github.burukeyou.dataframe.iframe.support中的接口
 

O

on(T, K) - 接口 中的方法io.github.burukeyou.dataframe.iframe.support.JoinOn
 
ONE_HUNDRED - 类 中的静态变量io.github.burukeyou.dataframe.util.MathUtils
 
overAbject(Window<T>, SupplierFunction<T, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
 
overAvg(Window<T>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
avg window function calculate the avg value within the window range
overAvg(Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overAvg(Window<T>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
avg window function calculate the avg value within the window range
overAvg(Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overAvg(Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
avg window function calculate the avg value within the window range
overAvg(Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overAvg(Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
avg window function calculate the avg value within the window range
overAvg(Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overAvg(Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
avg window function calculate the avg value within the window range
overAvg(Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overAvg(Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
avg window function calculate the avg value within the window range
overAvg(Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overAvgS(SetFunction<T, BigDecimal>, Window<T>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
avg window function calculate the avg value within the window range
overAvgS(SetFunction<T, BigDecimal>, Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overAvgS(SetFunction<T, BigDecimal>, Window<T>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
avg window function calculate the avg value within the window range
overAvgS(SetFunction<T, BigDecimal>, Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overAvgS(SetFunction<T, BigDecimal>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
avg window function calculate the avg value within the window range
overAvgS(SetFunction<T, BigDecimal>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overAvgS(SetFunction<T, BigDecimal>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
avg window function calculate the avg value within the window range
overAvgS(SetFunction<T, BigDecimal>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overAvgS(SetFunction<T, BigDecimal>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
avg window function calculate the avg value within the window range
overAvgS(SetFunction<T, BigDecimal>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overAvgS(SetFunction<T, BigDecimal>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
avg window function calculate the avg value within the window range
overAvgS(SetFunction<T, BigDecimal>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overCount() - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
count window function calculate the count within the window range
overCount() - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overCount() - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
count window function calculate the count within the window range
overCount() - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overCount() - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
count window function calculate the count within the window range
overCount() - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overCount() - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
count window function calculate the count within the window range
overCount() - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overCount(Window<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
count window function calculate the count within the window range
overCount(Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overCount(Window<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
count window function calculate the count within the window range
overCount(Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overCountS(SetFunction<T, Integer>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
count window function calculate the count within the window range
overCountS(SetFunction<T, Integer>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overCountS(SetFunction<T, Integer>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
count window function calculate the count within the window range
overCountS(SetFunction<T, Integer>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overCountS(SetFunction<T, Integer>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
count window function calculate the count within the window range
overCountS(SetFunction<T, Integer>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overCountS(SetFunction<T, Integer>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
count window function calculate the count within the window range
overCountS(SetFunction<T, Integer>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overCountS(SetFunction<T, Integer>, Window<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
count window function calculate the count within the window range
overCountS(SetFunction<T, Integer>, Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overCountS(SetFunction<T, Integer>, Window<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
count window function calculate the count within the window range
overCountS(SetFunction<T, Integer>, Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overCumeDist() - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
Cume Dist window function set the function result to the setFunction
overCumeDist() - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overCumeDist() - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
Cume Dist window function set the function result to the setFunction
overCumeDist() - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overCumeDist(Window<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Cume Dist window function
overCumeDist(Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overCumeDist(Window<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Cume Dist window function
overCumeDist(Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overCumeDistS(SetFunction<T, BigDecimal>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
Cume Dist window function set the function result to the setFunction
overCumeDistS(SetFunction<T, BigDecimal>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overCumeDistS(SetFunction<T, BigDecimal>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
Cume Dist window function set the function result to the setFunction
overCumeDistS(SetFunction<T, BigDecimal>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overCumeDistS(SetFunction<T, BigDecimal>, Window<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Cume Dist window function set the function result to the setFunction
overCumeDistS(SetFunction<T, BigDecimal>, Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overCumeDistS(SetFunction<T, BigDecimal>, Window<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Cume Dist window function set the function result to the setFunction
overCumeDistS(SetFunction<T, BigDecimal>, Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overDenseRank() - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
dense rank window function set the function result to the setFunction
overDenseRank() - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overDenseRank() - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
dense rank window function set the function result to the setFunction
overDenseRank() - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overDenseRank(Window<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
dense rank window function
overDenseRank(Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overDenseRank(Window<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
dense rank window function
overDenseRank(Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overDenseRankS(SetFunction<T, Integer>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
dense rank window function set the function result to the setFunction
overDenseRankS(SetFunction<T, Integer>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overDenseRankS(SetFunction<T, Integer>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
dense rank window function set the function result to the setFunction
overDenseRankS(SetFunction<T, Integer>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overDenseRankS(SetFunction<T, Integer>, Window<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
dense rank window function set the function result to the setFunction
overDenseRankS(SetFunction<T, Integer>, Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overDenseRankS(SetFunction<T, Integer>, Window<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
dense rank window function set the function result to the setFunction
overDenseRankS(SetFunction<T, Integer>, Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
OverEnum - io.github.burukeyou.dataframe.iframe.window中的枚举
Window Function
overFirstValue(Window<T>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
FirstValue window function get the first row within the window range
overFirstValue(Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overFirstValue(Window<T>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
FirstValue window function get the first row within the window range
overFirstValue(Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overFirstValue(Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
FirstValue window function get the first row within the window range
overFirstValue(Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overFirstValue(Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
FirstValue window function get the first row within the window range
overFirstValue(Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overFirstValue(Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
FirstValue window function get the first row within the window range
overFirstValue(Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overFirstValue(Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
FirstValue window function get the first row within the window range
overFirstValue(Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overFirstValueS(SetFunction<T, F>, Window<T>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
FirstValue window function get the first row within the window range
overFirstValueS(SetFunction<T, F>, Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overFirstValueS(SetFunction<T, F>, Window<T>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
FirstValue window function get the first row within the window range
overFirstValueS(SetFunction<T, F>, Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overFirstValueS(SetFunction<T, F>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
FirstValue window function get the first row within the window range
overFirstValueS(SetFunction<T, F>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overFirstValueS(SetFunction<T, F>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
FirstValue window function get the first row within the window range
overFirstValueS(SetFunction<T, F>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overFirstValueS(SetFunction<T, F>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
FirstValue window function get the first row within the window range
overFirstValueS(SetFunction<T, F>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overFirstValueS(SetFunction<T, F>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
FirstValue window function get the first row within the window range
overFirstValueS(SetFunction<T, F>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overLag(Window<T>, Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Lag window function get the value of the first n rows of the current row
overLag(Window<T>, Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overLag(Window<T>, Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Lag window function get the value of the first n rows of the current row
overLag(Window<T>, Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overLag(Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Lag window function get the value of the first n rows of the current row
overLag(Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overLag(Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Lag window function get the value of the first n rows of the current row
overLag(Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overLag(Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
Lag window function get the value of the first n rows of the current row
overLag(Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overLag(Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
Lag window function get the value of the first n rows of the current row
overLag(Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overLagS(SetFunction<T, F>, Window<T>, Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Lag window function get the value of the first n rows of the current row
overLagS(SetFunction<T, F>, Window<T>, Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overLagS(SetFunction<T, F>, Window<T>, Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Lag window function get the value of the first n rows of the current row
overLagS(SetFunction<T, F>, Window<T>, Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overLagS(SetFunction<T, F>, Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Lag window function get the value of the first n rows of the current row
overLagS(SetFunction<T, F>, Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overLagS(SetFunction<T, F>, Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Lag window function get the value of the first n rows of the current row
overLagS(SetFunction<T, F>, Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overLagS(SetFunction<T, F>, Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
Lag window function get the value of the first n rows of the current row
overLagS(SetFunction<T, F>, Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overLagS(SetFunction<T, F>, Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
Lag window function get the value of the first n rows of the current row
overLagS(SetFunction<T, F>, Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overLastValue(Window<T>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
LastValue window function get the last row within the window range
overLastValue(Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overLastValue(Window<T>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
LastValue window function get the last row within the window range
overLastValue(Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overLastValue(Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
LastValue window function get the last row within the window range
overLastValue(Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overLastValue(Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
LastValue window function get the last row within the window range
overLastValue(Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overLastValue(Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
LastValue window function get the last row within the window range
overLastValue(Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overLastValue(Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
LastValue window function get the last row within the window range
overLastValue(Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overLastValueS(SetFunction<T, F>, Window<T>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
LastValue window function get the last row within the window range
overLastValueS(SetFunction<T, F>, Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overLastValueS(SetFunction<T, F>, Window<T>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
LastValue window function get the last row within the window range
overLastValueS(SetFunction<T, F>, Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overLastValueS(SetFunction<T, F>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
LastValue window function get the last row within the window range
overLastValueS(SetFunction<T, F>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overLastValueS(SetFunction<T, F>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
LastValue window function get the last row within the window range
overLastValueS(SetFunction<T, F>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overLastValueS(SetFunction<T, F>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
LastValue window function get the last row within the window range
overLastValueS(SetFunction<T, F>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overLastValueS(SetFunction<T, F>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
LastValue window function get the last row within the window range
overLastValueS(SetFunction<T, F>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overLead(Window<T>, Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
lead window function get the value of the last n rows of the current row
overLead(Window<T>, Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overLead(Window<T>, Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
lead window function get the value of the last n rows of the current row
overLead(Window<T>, Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overLead(Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
lead window function get the value of the last n rows of the current row
overLead(Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overLead(Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
lead window function get the value of the last n rows of the current row
overLead(Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overLead(Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
lead window function get the value of the last n rows of the current row
overLead(Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overLead(Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
lead window function get the value of the last n rows of the current row
overLead(Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overLeadS(SetFunction<T, F>, Window<T>, Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
lead window function get the value of the last n rows of the current row
overLeadS(SetFunction<T, F>, Window<T>, Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overLeadS(SetFunction<T, F>, Window<T>, Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
lead window function get the value of the last n rows of the current row
overLeadS(SetFunction<T, F>, Window<T>, Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overLeadS(SetFunction<T, F>, Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
lead window function get the value of the last n rows of the current row
overLeadS(SetFunction<T, F>, Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overLeadS(SetFunction<T, F>, Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
lead window function get the value of the last n rows of the current row
overLeadS(SetFunction<T, F>, Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overLeadS(SetFunction<T, F>, Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
lead window function get the value of the last n rows of the current row
overLeadS(SetFunction<T, F>, Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overLeadS(SetFunction<T, F>, Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
lead window function get the value of the last n rows of the current row
overLeadS(SetFunction<T, F>, Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overMaxValue(Window<T>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
max window function calculate the max value within the window range
overMaxValue(Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overMaxValue(Window<T>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
max window function calculate the max value within the window range
overMaxValue(Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overMaxValue(Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
max window function calculate the max value within the window range
overMaxValue(Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overMaxValue(Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
max window function calculate the max value within the window range
overMaxValue(Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overMaxValue(Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
max window function calculate the max value within the window range
overMaxValue(Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overMaxValue(Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
max window function calculate the max value within the window range
overMaxValue(Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overMaxValueS(SetFunction<T, F>, Window<T>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
max window function calculate the max value within the window range
overMaxValueS(SetFunction<T, F>, Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overMaxValueS(SetFunction<T, F>, Window<T>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
max window function calculate the max value within the window range
overMaxValueS(SetFunction<T, F>, Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overMaxValueS(SetFunction<T, F>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
max window function calculate the max value within the window range
overMaxValueS(SetFunction<T, F>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overMaxValueS(SetFunction<T, F>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
max window function calculate the max value within the window range
overMaxValueS(SetFunction<T, F>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overMaxValueS(SetFunction<T, F>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
max window function calculate the max value within the window range
overMaxValueS(SetFunction<T, F>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overMaxValueS(SetFunction<T, F>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
max window function calculate the max value within the window range
overMaxValueS(SetFunction<T, F>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overMinValue(Window<T>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
min window function calculate the min value within the window range
overMinValue(Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overMinValue(Window<T>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
min window function calculate the min value within the window range
overMinValue(Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overMinValue(Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
min window function calculate the min value within the window range
overMinValue(Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overMinValue(Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
min window function calculate the min value within the window range
overMinValue(Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overMinValue(Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
min window function calculate the min value within the window range
overMinValue(Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overMinValue(Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
min window function calculate the min value within the window range
overMinValue(Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overMinValueS(SetFunction<T, F>, Window<T>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
min window function calculate the min value within the window range
overMinValueS(SetFunction<T, F>, Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overMinValueS(SetFunction<T, F>, Window<T>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
min window function calculate the min value within the window range
overMinValueS(SetFunction<T, F>, Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overMinValueS(SetFunction<T, F>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
min window function calculate the min value within the window range
overMinValueS(SetFunction<T, F>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overMinValueS(SetFunction<T, F>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
min window function calculate the min value within the window range
overMinValueS(SetFunction<T, F>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overMinValueS(SetFunction<T, F>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
min window function calculate the min value within the window range
overMinValueS(SetFunction<T, F>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overMinValueS(SetFunction<T, F>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
min window function calculate the min value within the window range
overMinValueS(SetFunction<T, F>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overNthValue(Window<T>, Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
NthValue window function get the Nth row within the window range
overNthValue(Window<T>, Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overNthValue(Window<T>, Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
NthValue window function get the Nth row within the window range
overNthValue(Window<T>, Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overNthValue(Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
NthValue window function get the Nth row within the window range
overNthValue(Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overNthValue(Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
NthValue window function get the Nth row within the window range
overNthValue(Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overNthValue(Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
NthValue window function get the Nth row within the window range
overNthValue(Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overNthValue(Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
NthValue window function get the Nth row within the window range
overNthValue(Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overNthValueS(SetFunction<T, F>, Window<T>, Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
NthValue window function get the Nth row within the window range
overNthValueS(SetFunction<T, F>, Window<T>, Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overNthValueS(SetFunction<T, F>, Window<T>, Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
NthValue window function get the Nth row within the window range
overNthValueS(SetFunction<T, F>, Window<T>, Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overNthValueS(SetFunction<T, F>, Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
NthValue window function get the Nth row within the window range
overNthValueS(SetFunction<T, F>, Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overNthValueS(SetFunction<T, F>, Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
NthValue window function get the Nth row within the window range
overNthValueS(SetFunction<T, F>, Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overNthValueS(SetFunction<T, F>, Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
NthValue window function get the Nth row within the window range
overNthValueS(SetFunction<T, F>, Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overNthValueS(SetFunction<T, F>, Function<T, F>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
NthValue window function get the Nth row within the window range
overNthValueS(SetFunction<T, F>, Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overNtile(int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Ntile window function assign bucket numbers evenly to windows, starting from 1
overNtile(int) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overNtile(int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Ntile window function assign bucket numbers evenly to windows, starting from 1
overNtile(int) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overNtile(int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
Ntile window function assign bucket numbers evenly to windows, starting from 1
overNtile(int) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overNtile(int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
Ntile window function assign bucket numbers evenly to windows, starting from 1
overNtile(int) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overNtile(Window<T>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Ntile window function assign bucket numbers evenly to windows, starting from 1
overNtile(Window<T>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overNtile(Window<T>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Ntile window function assign bucket numbers evenly to windows, starting from 1
overNtile(Window<T>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overNtileS(SetFunction<T, Integer>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Ntile window function assign bucket numbers evenly to windows, starting from 1
overNtileS(SetFunction<T, Integer>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overNtileS(SetFunction<T, Integer>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Ntile window function assign bucket numbers evenly to windows, starting from 1
overNtileS(SetFunction<T, Integer>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overNtileS(SetFunction<T, Integer>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
Ntile window function assign bucket numbers evenly to windows, starting from 1
overNtileS(SetFunction<T, Integer>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overNtileS(SetFunction<T, Integer>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
Ntile window function assign bucket numbers evenly to windows, starting from 1
overNtileS(SetFunction<T, Integer>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overNtileS(SetFunction<T, Integer>, Window<T>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Ntile window function assign bucket numbers evenly to windows, starting from 1
overNtileS(SetFunction<T, Integer>, Window<T>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overNtileS(SetFunction<T, Integer>, Window<T>, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Ntile window function assign bucket numbers evenly to windows, starting from 1
overNtileS(SetFunction<T, Integer>, Window<T>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overPercentRank() - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
Percent rank window function set the function result to the setFunction
overPercentRank() - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overPercentRank() - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
Percent rank window function set the function result to the setFunction
overPercentRank() - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overPercentRank(Window<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Percent rank window function
overPercentRank(Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overPercentRank(Window<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Percent rank window function
overPercentRank(Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overPercentRankS(SetFunction<T, BigDecimal>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
Percent rank window function set the function result to the setFunction
overPercentRankS(SetFunction<T, BigDecimal>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overPercentRankS(SetFunction<T, BigDecimal>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
Percent rank window function set the function result to the setFunction
overPercentRankS(SetFunction<T, BigDecimal>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overPercentRankS(SetFunction<T, BigDecimal>, Window<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Percent rank window function set the function result to the setFunction
overPercentRankS(SetFunction<T, BigDecimal>, Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overPercentRankS(SetFunction<T, BigDecimal>, Window<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Percent rank window function set the function result to the setFunction
overPercentRankS(SetFunction<T, BigDecimal>, Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overRank() - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
rank window function
overRank() - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overRank() - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
rank window function
overRank() - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overRank(Window<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
rank window function
overRank(Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overRank(Window<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
rank window function
overRank(Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overRankS(SetFunction<T, Integer>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
rank window function set the function result to the setFunction
overRankS(SetFunction<T, Integer>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overRankS(SetFunction<T, Integer>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
rank window function set the function result to the setFunction
overRankS(SetFunction<T, Integer>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overRankS(SetFunction<T, Integer>, Window<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
rank window function set the function result to the setFunction
overRankS(SetFunction<T, Integer>, Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overRankS(SetFunction<T, Integer>, Window<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
rank window function set the function result to the setFunction
overRankS(SetFunction<T, Integer>, Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overRowNumber() - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
rowNumber window function
overRowNumber() - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overRowNumber() - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
rowNumber window function
overRowNumber() - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overRowNumber() - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
rowNumber window function
overRowNumber() - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overRowNumber() - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
rowNumber window function
overRowNumber() - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overRowNumber(Window<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
rowNumber window function
overRowNumber(Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overRowNumber(Window<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
rowNumber window function
overRowNumber(Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overRowNumberS(SetFunction<T, Integer>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
rowNumber window function set the function result to the setFunction
overRowNumberS(SetFunction<T, Integer>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overRowNumberS(SetFunction<T, Integer>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
rowNumber window function set the function result to the setFunction
overRowNumberS(SetFunction<T, Integer>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overRowNumberS(SetFunction<T, Integer>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
rowNumber window function set the function result to the setFunction
overRowNumberS(SetFunction<T, Integer>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overRowNumberS(SetFunction<T, Integer>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
rowNumber window function set the function result to the setFunction
overRowNumberS(SetFunction<T, Integer>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overRowNumberS(SetFunction<T, Integer>, Window<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
rowNumber window function set the function result to the setFunction
overRowNumberS(SetFunction<T, Integer>, Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overRowNumberS(SetFunction<T, Integer>, Window<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
rowNumber window function set the function result to the setFunction
overRowNumberS(SetFunction<T, Integer>, Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overSum(Window<T>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Sum window function calculate the sum within the window range
overSum(Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overSum(Window<T>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Sum window function calculate the sum within the window range
overSum(Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overSum(Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Sum window function calculate the sum within the window range
overSum(Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overSum(Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Sum window function calculate the sum within the window range
overSum(Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overSum(Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
sum window function calculate the sum value within the window range
overSum(Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overSum(Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
sum window function calculate the sum value within the window range
overSum(Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
overSumS(SetFunction<T, BigDecimal>, Window<T>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Sum window function calculate the sum within the window range
overSumS(SetFunction<T, BigDecimal>, Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overSumS(SetFunction<T, BigDecimal>, Window<T>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Sum window function calculate the sum within the window range
overSumS(SetFunction<T, BigDecimal>, Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overSumS(SetFunction<T, BigDecimal>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Sum window function calculate the sum within the window range
overSumS(SetFunction<T, BigDecimal>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
overSumS(SetFunction<T, BigDecimal>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Sum window function calculate the sum within the window range
overSumS(SetFunction<T, BigDecimal>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
overSumS(SetFunction<T, BigDecimal>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrame
sum window function calculate the sum value within the window range
overSumS(SetFunction<T, BigDecimal>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
overSumS(SetFunction<T, BigDecimal>, Function<T, F>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrame
sum window function calculate the sum value within the window range
overSumS(SetFunction<T, BigDecimal>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 

P

page(int, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
page(int, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Get paginated data
partition(int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
partition cut the matrix into multiple small matrices, with each matrix size n
partition(int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
partition cut the matrix into multiple small matrices, with each matrix size n
partition(int) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
partition(int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
partition cut the matrix into multiple small matrices, with each matrix size n
partition(int) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
PartitionList<T> - io.github.burukeyou.dataframe.util中的类
 
PartitionList(List<T>, int) - 类 的构造器io.github.burukeyou.dataframe.util.PartitionList
 
partitions() - 接口 中的方法io.github.burukeyou.dataframe.iframe.window.Window
get partitions info
partitions() - 类 中的方法io.github.burukeyou.dataframe.iframe.window.WindowBuilder
 
PERCENT_RANK - io.github.burukeyou.dataframe.iframe.window.OverEnum
Percentage rank value
percentage(BigDecimal) - 类 中的静态方法io.github.burukeyou.dataframe.util.MathUtils
小数转百分比
percentage(BigDecimal, int) - 类 中的静态方法io.github.burukeyou.dataframe.util.MathUtils
 
proportion(BigDecimal, BigDecimal, int) - 类 中的静态方法io.github.burukeyou.dataframe.util.MathUtils
占比计算
proportion(T1, T2, int) - 类 中的静态方法io.github.burukeyou.dataframe.util.MathUtils
 

R

Range - io.github.burukeyou.dataframe.iframe.window.round中的类
WindowRange Builder
RANK - io.github.burukeyou.dataframe.iframe.window.OverEnum
Rank of current row within its partition, with gaps
rankingSameAsc(List<T>, Comparator<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractCommonFrame
 
rankingSameAsc(List<T>, Comparator<T>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractCommonFrame
 
read(List<R>) - 接口 中的静态方法io.github.burukeyou.dataframe.iframe.JDFrame
Convert a list to JDFrame
read(List<R>) - 接口 中的静态方法io.github.burukeyou.dataframe.iframe.SDFrame
Convert a list to SDFrame
read(List<R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
read(Map<K, V>) - 接口 中的静态方法io.github.burukeyou.dataframe.iframe.JDFrame
Convert a map to JDFrame
read(Map<K, V>) - 接口 中的静态方法io.github.burukeyou.dataframe.iframe.SDFrame
Convert a map to SDFrame
readMap(Map<K, Map<J, V>>) - 接口 中的静态方法io.github.burukeyou.dataframe.iframe.JDFrame
Convert a map to JDFrame
readMap(Map<K, Map<J, V>>) - 接口 中的静态方法io.github.burukeyou.dataframe.iframe.SDFrame
Convert a map to SDFrame
replenish(Function<T, C>, List<C>, Function<C, T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Summarize all collectDim values, calculate the difference between them, and then add the missing difference to the Frame through getEmptyObject
replenish(Function<T, C>, List<C>, Function<C, T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Summarize all collectDim values, calculate the difference between them, and then add the missing difference to the Frame through getEmptyObject
replenish(Function<T, C>, List<C>, Function<C, T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
replenish(Function<T, C>, List<C>, Function<C, T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Summarize all collectDim values, calculate the difference between them, and then add the missing difference to the Frame through getEmptyObject
replenish(Function<T, C>, List<C>, Function<C, T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
replenish(Function<T, G>, Function<T, C>, ReplenishFunction<G, C, T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
such as IFrame.replenish(Function, Function, List, ReplenishFunction), but can not Specify allDim, will auto generate allDim, The default allDim is the value of all collectDim fields in the set
replenish(Function<T, G>, Function<T, C>, ReplenishFunction<G, C, T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
such as IFrame.replenish(Function, Function, List, ReplenishFunction), but can not Specify allDim, will auto generate allDim, The default allDim is the value of all collectDim fields in the set
replenish(Function<T, G>, Function<T, C>, ReplenishFunction<G, C, T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
replenish(Function<T, G>, Function<T, C>, ReplenishFunction<G, C, T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
such as IFrame.replenish(Function, Function, List, ReplenishFunction), but can not Specify allDim, will auto generate allDim, The default allDim is the value of all collectDim fields in the set
replenish(Function<T, G>, Function<T, C>, ReplenishFunction<G, C, T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
replenish(Function<T, G>, Function<T, C>, List<C>, ReplenishFunction<G, C, T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Calculate the difference in groups and then add the difference to that group according to the groupDim dimension, and then summarize all collectDim fields within each group After summarizing, calculate the difference sets with allAbscissa, which are the entries that need to be supplemented.
replenish(Function<T, G>, Function<T, C>, List<C>, ReplenishFunction<G, C, T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Calculate the difference in groups and then add the difference to that group according to the groupDim dimension, and then summarize all collectDim fields within each group After summarizing, calculate the difference sets with allAbscissa, which are the entries that need to be supplemented.
replenish(Function<T, G>, Function<T, C>, List<C>, ReplenishFunction<G, C, T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
============================== Other ===============
replenish(Function<T, G>, Function<T, C>, List<C>, ReplenishFunction<G, C, T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Calculate the difference in groups and then add the difference to that group according to the groupDim dimension, and then summarize all collectDim fields within each group After summarizing, calculate the difference sets with allAbscissa, which are the entries that need to be supplemented.
replenish(Function<T, G>, Function<T, C>, List<C>, ReplenishFunction<G, C, T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
replenish(List<T>, Function<T, C>, List<C>, Function<C, T>) - 类 中的静态方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
replenish(List<T>, Function<T, G>, Function<T, C>, ReplenishFunction<G, C, T>) - 类 中的静态方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
replenish(List<T>, Function<T, G>, Function<T, C>, List<C>, ReplenishFunction<G, C, T>) - 类 中的静态方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
分组计算差集, 然后将差集补充到该分组内 将原始集合(itemDTOList) 按照groupDim维度进分组, 然后将每个分组内的所有collectDim字段进行汇总 汇总后 与 allAbscissa进行计算差集,这些差集就是需要补充的条目, 然后将这些差集按照getEmptyObject逻辑生成空对象添加到该分组内
ReplenishFunction<T1,​T2,​R> - io.github.burukeyou.dataframe.iframe.function中的接口
 
returnDF(List<R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
returnDF(List<R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
returnDF(Stream<R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
returnThis(List<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
returnThis(Stream<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
returnWDF(Window<R>, List<R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
returnWDF(Window<R>, Stream<R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
rightJoin(IFrame<K>, JoinOn<T, K>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
right join Frame such as IFrame.rightJoin(IFrame, JoinOn, Join), but the default Join is DefaultJoin,
rightJoin(IFrame<K>, JoinOn<T, K>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
right join Frame such as IFrame.rightJoin(IFrame, JoinOn, Join), but the default Join is DefaultJoin,
rightJoin(IFrame<K>, JoinOn<T, K>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
rightJoin(IFrame<K>, JoinOn<T, K>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
right join Frame such as IFrame.rightJoin(IFrame, JoinOn, Join), but the default Join is DefaultJoin,
rightJoin(IFrame<K>, JoinOn<T, K>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
rightJoin(IFrame<K>, JoinOn<T, K>, Join<T, K, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
right join Frame if connection conditions false, The callback value T for Join will be null, always keep K
rightJoin(IFrame<K>, JoinOn<T, K>, Join<T, K, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
right join Frame if connection conditions false, The callback value T for Join will be null, always keep K
rightJoin(IFrame<K>, JoinOn<T, K>, Join<T, K, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
rightJoin(IFrame<K>, JoinOn<T, K>, Join<T, K, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
right join Frame if connection conditions false, The callback value T for Join will be null, always keep K
rightJoin(IFrame<K>, JoinOn<T, K>, Join<T, K, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
rightJoinList(IFrame<K>, JoinOn<T, K>, Join<T, K, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
roundAllRow() - 接口 中的方法io.github.burukeyou.dataframe.iframe.window.Window
Specify window range this range is window all row
roundAllRow() - 类 中的方法io.github.burukeyou.dataframe.iframe.window.WindowBuilder
 
roundAllRowBy() - 接口 中的静态方法io.github.burukeyou.dataframe.iframe.window.Window
open a Window by window range this range is window all row
roundBefore2CurrentRow(int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.window.Window
Specify window range this range is form the first n lines of the current row to the current row
roundBefore2CurrentRow(int) - 类 中的方法io.github.burukeyou.dataframe.iframe.window.WindowBuilder
 
roundBefore2CurrentRowBy(int) - 接口 中的静态方法io.github.burukeyou.dataframe.iframe.window.Window
open a Window by window range this range is form the first n lines of the current row to the current row
roundBeforeAfter(int, int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.window.Window
Specify window range this range is from before n row of current row to after n row of current row
roundBeforeAfter(int, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.window.WindowBuilder
 
roundBeforeAfterBy(int, int) - 接口 中的静态方法io.github.burukeyou.dataframe.iframe.window.Window
open a Window by window range this range is from before n row of current row to after n row of current row
roundBetween(WindowRange, WindowRange) - 接口 中的方法io.github.burukeyou.dataframe.iframe.window.Window
Specify window range
roundBetween(WindowRange, WindowRange) - 类 中的方法io.github.burukeyou.dataframe.iframe.window.WindowBuilder
 
roundBetweenBy(WindowRange, WindowRange) - 接口 中的静态方法io.github.burukeyou.dataframe.iframe.window.Window
open a Window by window range this range is form start to end
roundCurrentRow2After(int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.window.Window
Specify window range this range is form the current row to the last n row of the current row
roundCurrentRow2After(int) - 类 中的方法io.github.burukeyou.dataframe.iframe.window.WindowBuilder
 
roundCurrentRow2AfterBy(int) - 接口 中的静态方法io.github.burukeyou.dataframe.iframe.window.Window
open a Window by window range this range is form the current row to the last n row of the current row
roundCurrentRow2EndRow() - 接口 中的方法io.github.burukeyou.dataframe.iframe.window.Window
Specify window range this range is form the current row to the end row
roundCurrentRow2EndRow() - 类 中的方法io.github.burukeyou.dataframe.iframe.window.WindowBuilder
 
roundCurrentRow2EndRowBy() - 接口 中的静态方法io.github.burukeyou.dataframe.iframe.window.Window
open a Window by window range this range is form the current row to the end row
roundStartRow2CurrentRow() - 接口 中的方法io.github.burukeyou.dataframe.iframe.window.Window
Specify window range this range is form the start row to the current row
roundStartRow2CurrentRow() - 类 中的方法io.github.burukeyou.dataframe.iframe.window.WindowBuilder
 
roundStartRow2CurrentRowBy() - 接口 中的静态方法io.github.burukeyou.dataframe.iframe.window.Window
open a Window by window range this range is form the start row to the current row
ROW_NUMBER - io.github.burukeyou.dataframe.iframe.window.OverEnum
Number of current row within its partition

S

SDFrame<T> - io.github.burukeyou.dataframe.iframe中的接口
Stream DataFrame The operations before and after are continuous, consistent with the stream flow, and some operations terminate the execution of the operation.
SDFrameImpl<T> - io.github.burukeyou.dataframe.iframe中的类
 
SDFrameImpl(List<T>) - 类 的构造器io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
SDFrameImpl(Stream<T>) - 类 的构造器io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
SetFunction<T,​V> - io.github.burukeyou.dataframe.iframe.function中的接口
 
show() - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
show() - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
print the 10 row to the console
show() - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
print the 10 row to the console
show() - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
print the 10 row to the console
show(int) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
show(int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
print the n row to the console
show(int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
print the n row to the console
show(int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
print the n row to the console
size() - 类 中的方法io.github.burukeyou.dataframe.util.PartitionList
 
slidingWindowAvg(List<T>, Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
 
slidingWindowForMaxValue(List<T>, Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
 
slidingWindowForMinValue(List<T>, Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
 
slidingWindowSum(List<T>, Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
 
sort(Comparator<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.window.Sorter
Sort by Comparator
sort(Comparator<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.window.SorterBuilder
 
sort(Comparator<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.window.Window
sort window by Comparator
sort(Comparator<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.window.WindowBuilder
 
sortAsc(Comparator<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Ascending order
sortAsc(Comparator<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Ascending order
sortAsc(Comparator<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
sortAsc(Comparator<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Ascending order
sortAsc(Comparator<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
sortAsc(Comparator<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.support.DFList
 
sortAsc(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Ascending order
sortAsc(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Ascending order
sortAsc(Function<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
sortAsc(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Ascending order
sortAsc(Function<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
sortAsc(Function<T, U>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.window.Sorter
Sort in ascending order based on specified fields
sortAsc(Function<T, U>) - 类 中的方法io.github.burukeyou.dataframe.iframe.window.SorterBuilder
 
sortAsc(Function<T, U>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.window.Window
Sort windows in ascending order according to specified fields
sortAsc(Function<T, U>) - 类 中的方法io.github.burukeyou.dataframe.iframe.window.WindowBuilder
 
sortAscBy(Function<T, U>) - 接口 中的静态方法io.github.burukeyou.dataframe.iframe.window.Sorter
Sort in ascending order based on specified fields
sortAscBy(Function<T, U>) - 接口 中的静态方法io.github.burukeyou.dataframe.iframe.window.Window
open a Window by ascending sort
sortBy(Sorter<T>) - 接口 中的静态方法io.github.burukeyou.dataframe.iframe.window.Window
open a Window by Sorter
sortBy(Comparator<T>) - 接口 中的静态方法io.github.burukeyou.dataframe.iframe.window.Window
open a Window by Comparator
sortByValueAndReverse(List<Map.Entry<String, BigDecimal>>) - 类 中的静态方法io.github.burukeyou.dataframe.util.CollectorsPlusUtil
 
sortByValueAndReverseForLong(List<Map.Entry<String, Long>>) - 类 中的静态方法io.github.burukeyou.dataframe.util.CollectorsPlusUtil
 
sortDesc(Comparator<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Descending order
sortDesc(Comparator<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Descending order
sortDesc(Comparator<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
=========================== 排序相关 =====================================
sortDesc(Comparator<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Descending order
sortDesc(Comparator<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
=========================== 排序相关 =====================================
sortDesc(Comparator<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.support.DFList
 
sortDesc(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Descending order by field
sortDesc(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Descending order by field
sortDesc(Function<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
sortDesc(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Descending order by field
sortDesc(Function<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
sortDesc(Function<T, U>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.window.Sorter
Sort in descending order based on specified fields
sortDesc(Function<T, U>) - 类 中的方法io.github.burukeyou.dataframe.iframe.window.SorterBuilder
 
sortDesc(Function<T, U>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.window.Window
Sort windows in descending order according to specified fields
sortDesc(Function<T, U>) - 类 中的方法io.github.burukeyou.dataframe.iframe.window.WindowBuilder
 
sortDescBy(Function<T, U>) - 接口 中的静态方法io.github.burukeyou.dataframe.iframe.window.Sorter
Sort in descending order based on specified fields
sortDescBy(Function<T, U>) - 接口 中的静态方法io.github.burukeyou.dataframe.iframe.window.Window
open a Window by descending order
sorter - 类 中的变量io.github.burukeyou.dataframe.iframe.window.WindowBuilder
 
Sorter<T> - io.github.burukeyou.dataframe.iframe.window中的接口
multi level Sort Builder enhance Comparator to make it easier for us to build multi level sorting logic
SorterBuilder<T> - io.github.burukeyou.dataframe.iframe.window中的类
 
SorterBuilder(Comparator<T>) - 类 的构造器io.github.burukeyou.dataframe.iframe.window.SorterBuilder
 
START_ROW - 类 中的静态变量io.github.burukeyou.dataframe.iframe.window.round.Range
The first row of the window
StartRowRange - io.github.burukeyou.dataframe.iframe.window.round中的类
The first row
StartRowRange() - 类 的构造器io.github.burukeyou.dataframe.iframe.window.round.StartRowRange
 
stream() - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
get stream
stream() - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
stream() - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
streamFilterNull(Function<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
subList(Integer, Integer) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
subList(Integer, Integer) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Get elements within the scope.
sum(NumberFunction<T, F>) - 接口 中的静态方法io.github.burukeyou.dataframe.iframe.group.Agg
 
sum(NumberFunction<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.GroupFrame
 
sum(NumberFunction<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.GroupFrameImpl
 
sum(Function<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
=========================== 汇总相关 =====================================
sum(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Sum the values of the field
sum(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Sum the values of the field
sum(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Sum the values of the field
SUM - io.github.burukeyou.dataframe.iframe.window.OverEnum
Bucket number of current row within its partition.
SumAgg<T,​R extends Number> - io.github.burukeyou.dataframe.iframe.group中的类
 
SumAgg(NumberFunction<T, R>) - 类 的构造器io.github.burukeyou.dataframe.iframe.group.SumAgg
 
summingBigDecimal(BigDecimalFunction<? super T>) - 类 中的静态方法io.github.burukeyou.dataframe.util.CollectorsPlusUtil
 
summingBigDecimalForNumber(NumberFunction<T, R>) - 类 中的静态方法io.github.burukeyou.dataframe.util.CollectorsPlusUtil
 
SupplierFunction<T,​V> - io.github.burukeyou.dataframe.iframe.window中的接口
 

T

tail() - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
tail() - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Get the last element
tail() - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Get the last element
tail() - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Get the last element
tail(int) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
tail(int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Get the last n elements
tail(int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Get the last n elements
tail(int) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Get the last n elements
toBigDecimal(T) - 类 中的静态方法io.github.burukeyou.dataframe.util.MathUtils
 
toJDFrame() - 类 中的方法io.github.burukeyou.dataframe.iframe.support.DFList
 
toListFI2(Map<K, V>) - 类 中的静态方法io.github.burukeyou.dataframe.util.FrameUtil
 
toListFI3(Map<K, Map<J, V>>) - 类 中的静态方法io.github.burukeyou.dataframe.util.FrameUtil
 
toListFI4(Map<K, Map<J, Map<H, V>>>) - 类 中的静态方法io.github.burukeyou.dataframe.util.FrameUtil
 
toLists() - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Convert to list
toLists() - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
toLists() - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends K2>, Function<? super T, ? extends V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends K2>, Function<? super T, ? extends V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Convert to Map
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Convert to Map
toMap(Function<T, K>) - 类 中的方法io.github.burukeyou.dataframe.iframe.support.DFList
 
toMap(Function<T, K>, Function<T, V>) - 类 中的方法io.github.burukeyou.dataframe.iframe.support.DFList
 
toSDFrame() - 类 中的方法io.github.burukeyou.dataframe.iframe.support.DFList
 
toSorter(Comparator<T>) - 接口 中的静态方法io.github.burukeyou.dataframe.iframe.window.Sorter
convert comparator to a Sorter
transmitMember(AbstractCommonFrame<?>, AbstractCommonFrame<?>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractCommonFrame
 

U

union(IFrame<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
add other Frame to this
union(IFrame<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
add other Frame to this
union(IFrame<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
union(IFrame<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
add other Frame to this
union(IFrame<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
updateSlidingWindowMaxQueue(LinkedList<Integer>, FieldValueList<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
 
updateSlidingWindowMinQueue(LinkedList<Integer>, FieldValueList<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
 

V

valueOf(String) - 枚举 中的静态方法io.github.burukeyou.dataframe.iframe.window.OverEnum
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法io.github.burukeyou.dataframe.iframe.window.OverEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

where(Predicate<? super T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
filter by predicate
where(Predicate<? super T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
filter by predicate
where(Predicate<? super T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
where(Predicate<? super T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
filter by predicate
where(Predicate<? super T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
=========================== 筛选相关 =====================================
whereBetween(Function<T, R>, R, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Screening within the interval,front closed and back closed.
whereBetween(Function<T, R>, R, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Screening within the interval,front closed and back closed.
whereBetween(Function<T, R>, R, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
whereBetween(Function<T, R>, R, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Screening within the interval,front closed and back closed.
whereBetween(Function<T, R>, R, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
whereBetweenL(Function<T, R>, R, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Screening within the interval , front close and back open [start,end)
whereBetweenL(Function<T, R>, R, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Screening within the interval , front close and back open [start,end)
whereBetweenL(Function<T, R>, R, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
whereBetweenL(Function<T, R>, R, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Screening within the interval , front close and back open [start,end)
whereBetweenL(Function<T, R>, R, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
whereBetweenLStream(Function<T, R>, R, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
whereBetweenN(Function<T, R>, R, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Screening within the interval , front open and back open (start,end)
whereBetweenN(Function<T, R>, R, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Screening within the interval , front open and back open (start,end)
whereBetweenN(Function<T, R>, R, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
whereBetweenN(Function<T, R>, R, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Screening within the interval , front open and back open (start,end)
whereBetweenN(Function<T, R>, R, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
whereBetweenNStream(Function<T, R>, R, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
whereBetweenR(Function<T, R>, R, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Screening within the interval , front open and back close (start,end]
whereBetweenR(Function<T, R>, R, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Screening within the interval , front open and back close (start,end]
whereBetweenR(Function<T, R>, R, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
whereBetweenR(Function<T, R>, R, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Screening within the interval , front open and back close (start,end]
whereBetweenR(Function<T, R>, R, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
whereBetweenRStream(Function<T, R>, R, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
whereBetweenStream(Function<T, R>, R, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
whereEq(Function<T, R>, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Filter equals
whereEq(Function<T, R>, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Filter equals
whereEq(Function<T, R>, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
whereEq(Function<T, R>, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Filter equals
whereEq(Function<T, R>, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
whereEqStream(Function<T, R>, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
whereGe(Function<T, R>, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Filter Greater than or equal to
whereGe(Function<T, R>, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Filter Greater than or equal to
whereGe(Function<T, R>, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
whereGe(Function<T, R>, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Filter Greater than or equal to
whereGe(Function<T, R>, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
whereGeStream(Function<T, R>, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
whereGt(Function<T, R>, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Filter Greater than value
whereGt(Function<T, R>, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Filter Greater than value
whereGt(Function<T, R>, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
whereGt(Function<T, R>, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Filter Greater than value
whereGt(Function<T, R>, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
whereGtStream(Function<T, R>, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
whereIn(Function<T, R>, List<R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
The query value is within the specified range
whereIn(Function<T, R>, List<R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
The query value is within the specified range
whereIn(Function<T, R>, List<R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
whereIn(Function<T, R>, List<R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
The query value is within the specified range
whereIn(Function<T, R>, List<R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
whereInStream(Function<T, R>, List<R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
whereLe(Function<T, R>, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Filter less than or equal to
whereLe(Function<T, R>, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Filter less than or equal to
whereLe(Function<T, R>, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
whereLe(Function<T, R>, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Filter less than or equal to
whereLe(Function<T, R>, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
whereLeStream(Function<T, R>, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
whereLike(Function<T, R>, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Fuzzy query contains specified values
whereLike(Function<T, R>, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Fuzzy query contains specified values
whereLike(Function<T, R>, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
whereLike(Function<T, R>, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Fuzzy query contains specified values
whereLike(Function<T, R>, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
whereLikeLeft(Function<T, R>, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
prefix fuzzy query contains specified values
whereLikeLeft(Function<T, R>, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
prefix fuzzy query contains specified values
whereLikeLeft(Function<T, R>, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
whereLikeLeft(Function<T, R>, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
prefix fuzzy query contains specified values
whereLikeLeft(Function<T, R>, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
whereLikeLeftStream(Function<T, R>, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
whereLikeRight(Function<T, R>, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
suffix fuzzy query contains specified values
whereLikeRight(Function<T, R>, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
suffix fuzzy query contains specified values
whereLikeRight(Function<T, R>, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
whereLikeRight(Function<T, R>, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
suffix fuzzy query contains specified values
whereLikeRight(Function<T, R>, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
whereLikeRightStream(Function<T, R>, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
whereLikeStream(Function<T, R>, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
whereLt(Function<T, R>, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Filter LESS than value
whereLt(Function<T, R>, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Filter LESS than value
whereLt(Function<T, R>, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
whereLt(Function<T, R>, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Filter LESS than value
whereLt(Function<T, R>, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
whereLtStream(Function<T, R>, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
whereNotBetween(Function<T, R>, R, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Out of range screening, (front closed and back closed) [start,end]
whereNotBetween(Function<T, R>, R, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Out of range screening, (front closed and back closed) [start,end]
whereNotBetween(Function<T, R>, R, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
whereNotBetween(Function<T, R>, R, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Out of range screening, (front closed and back closed) [start,end]
whereNotBetween(Function<T, R>, R, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
whereNotBetweenN(Function<T, R>, R, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Out of range screening, (front open and back open) (start,end)
whereNotBetweenN(Function<T, R>, R, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Out of range screening, (front open and back open) (start,end)
whereNotBetweenN(Function<T, R>, R, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
whereNotBetweenN(Function<T, R>, R, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Out of range screening, (front open and back open) (start,end)
whereNotBetweenN(Function<T, R>, R, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
whereNotBetweenNStream(Function<T, R>, R, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
whereNotBetweenStream(Function<T, R>, R, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
whereNotEq(Function<T, R>, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Filter not equals
whereNotEq(Function<T, R>, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Filter not equals
whereNotEq(Function<T, R>, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
whereNotEq(Function<T, R>, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Filter not equals
whereNotEq(Function<T, R>, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
whereNotEqStream(Function<T, R>, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
whereNotIn(Function<T, R>, List<R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
The query value is outside the specified range
whereNotIn(Function<T, R>, List<R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
The query value is outside the specified range
whereNotIn(Function<T, R>, List<R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
whereNotIn(Function<T, R>, List<R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
The query value is outside the specified range
whereNotIn(Function<T, R>, List<R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
whereNotInStream(Function<T, R>, List<R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
whereNotLike(Function<T, R>, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Fuzzy query not contains specified values
whereNotLike(Function<T, R>, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Fuzzy query not contains specified values
whereNotLike(Function<T, R>, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
whereNotLike(Function<T, R>, R) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Fuzzy query not contains specified values
whereNotLike(Function<T, R>, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
whereNotLikeStream(Function<T, R>, R) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
whereNotNull(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Filter field values that are not null,If it is string compatible, null and '' situations
whereNotNull(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Filter field values that are not null,If it is string compatible, null and '' situations
whereNotNull(Function<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
whereNotNull(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Filter field values that are not null,If it is string compatible, null and '' situations
whereNotNull(Function<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
whereNotNullStream(Function<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
whereNotTrue(Predicate<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
filter not true by predicate
whereNotTrue(Predicate<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
filter not true by predicate
whereNotTrue(Predicate<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
whereNotTrue(Predicate<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
filter not true by predicate
whereNotTrue(Predicate<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
whereNull(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
Filter field values that are null, If it is string compatible, null and '' situations
whereNull(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
Filter field values that are null, If it is string compatible, null and '' situations
whereNull(Function<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
=========================== 筛选相关 =====================================
whereNull(Function<T, R>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
Filter field values that are null, If it is string compatible, null and '' situations
whereNull(Function<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
whereNullStream(Function<T, R>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractDataFrameImpl
 
whereTrue(Predicate<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.IFrame
filter true by predicate
whereTrue(Predicate<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
filter true by predicate
whereTrue(Predicate<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
whereTrue(Predicate<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
filter true by predicate
whereTrue(Predicate<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
window - 类 中的变量io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
 
window() - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
open a empty window
window() - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
 
window() - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
open a empty window
window() - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
window(Window<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.JDFrame
open a window
window(Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.JDFrameImpl
================= Window ============================================
window(Window<T>) - 接口 中的方法io.github.burukeyou.dataframe.iframe.SDFrame
open a window
window(Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.SDFrameImpl
 
Window<T> - io.github.burukeyou.dataframe.iframe.window中的接口
Window building tool can specify window partition information, window range, and window sorting
WindowBuilder<T> - io.github.burukeyou.dataframe.iframe.window中的类
 
WindowBuilder() - 类 的构造器io.github.burukeyou.dataframe.iframe.window.WindowBuilder
 
WindowBuilder(WindowRange, WindowRange) - 类 的构造器io.github.burukeyou.dataframe.iframe.window.WindowBuilder
 
WindowBuilder(Sorter<T>) - 类 的构造器io.github.burukeyou.dataframe.iframe.window.WindowBuilder
 
WindowBuilder(List<Function<T, ?>>) - 类 的构造器io.github.burukeyou.dataframe.iframe.window.WindowBuilder
 
windowFunctionForAvg(Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
 
windowFunctionForCount(Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
 
windowFunctionForCumeDist(Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
 
windowFunctionForDenseRank(Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
 
windowFunctionForLag(Window<T>, Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
获取当前行的前N行的值
windowFunctionForLead(Window<T>, Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
获取当前行的后N行的值
windowFunctionForMaxValue(Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
 
windowFunctionForMinValue(Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
 
windowFunctionForNthValue(Window<T>, Function<T, F>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
获取窗口内第N行的值
windowFunctionForNtile(Window<T>, int) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
 
windowFunctionForPercentRank(Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
 
windowFunctionForRank(Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
 
windowFunctionForRowNumber(Window<T>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
 
windowFunctionForSum(Window<T>, Function<T, F>) - 类 中的方法io.github.burukeyou.dataframe.iframe.AbstractWindowDataFrame
 
WindowJDFrame<T> - io.github.burukeyou.dataframe.iframe中的接口
 
WindowJDFrameImpl<T> - io.github.burukeyou.dataframe.iframe中的类
 
WindowJDFrameImpl(Window<T>, List<T>) - 类 的构造器io.github.burukeyou.dataframe.iframe.WindowJDFrameImpl
 
WindowRange - io.github.burukeyou.dataframe.iframe.window.round中的接口
Window Range Can be generated through Range construction the window range is a sliding window, so we can specify some boundaries and sliding situations of the window
WindowSDFrame<T> - io.github.burukeyou.dataframe.iframe中的接口
 
WindowSDFrameImpl<T> - io.github.burukeyou.dataframe.iframe中的类
 
WindowSDFrameImpl(Window<T>, Stream<T>) - 类 的构造器io.github.burukeyou.dataframe.iframe.WindowSDFrameImpl
 
A B C D E F G H I J L M N O P R S T U V W 
所有类 所有程序包