Skip navigation links
$ A C D E F G I J L M N P R S T U W 

$

$<T> - Class in com.github.underscore.math
 
$(Iterable<T>) - Constructor for class com.github.underscore.math.$
 
$(String) - Constructor for class com.github.underscore.math.$
 
$.Chain<T> - Class in com.github.underscore.math
 
$.LRUCache<K,V> - Class in com.github.underscore.math
 
$.Node<K,V> - Class in com.github.underscore.math
 

A

addEntry(Entry) - Method in class com.github.underscore.math.Directory
 

C

chain(List<T>) - Static method in class com.github.underscore.math.$
 
chain(Iterable<T>) - Static method in class com.github.underscore.math.$
 
chain(Iterable<T>, int) - Static method in class com.github.underscore.math.$
 
chain(T...) - Static method in class com.github.underscore.math.$
 
chain(int[]) - Static method in class com.github.underscore.math.$
 
chain() - Method in class com.github.underscore.math.$
 
Chain(T) - Constructor for class com.github.underscore.math.$.Chain
 
Chain(List<T>) - Constructor for class com.github.underscore.math.$.Chain
 
changeName(String) - Method in class com.github.underscore.math.Entry
 
chunk(int) - Method in class com.github.underscore.math.$.Chain
 
com.github.underscore.math - package com.github.underscore.math
 
compact() - Method in class com.github.underscore.math.$.Chain
 
compact(T) - Method in class com.github.underscore.math.$.Chain
 
concat(List<T>...) - Method in class com.github.underscore.math.$.Chain
 
contains(T) - Method in class com.github.underscore.math.$.Chain
 
countBy(Function<T, F>) - Method in class com.github.underscore.math.$.Chain
 
createLRUCache(int) - Static method in class com.github.underscore.math.$
 
createPermutationWithRepetition(int) - Method in class com.github.underscore.math.$.Chain
 
createPermutationWithRepetition(List<T>, int) - Static method in class com.github.underscore.math.$
 
createPermutationWithRepetition(int) - Method in class com.github.underscore.math.$
 

D

delete() - Method in class com.github.underscore.math.Entry
 
deleteEntry(Entry) - Method in class com.github.underscore.math.Directory
 
difference(List<T>...) - Method in class com.github.underscore.math.$.Chain
 
Directory - Class in com.github.underscore.math
 
Directory(String, Directory) - Constructor for class com.github.underscore.math.Directory
 
distinct() - Method in class com.github.underscore.math.$.Chain
 
distinctBy(Function<T, F>) - Method in class com.github.underscore.math.$.Chain
 

E

Entry - Class in com.github.underscore.math
 
Entry(String, Directory) - Constructor for class com.github.underscore.math.Entry
 
every(Predicate<T>) - Method in class com.github.underscore.math.$.Chain
 

F

File - Class in com.github.underscore.math
 
File(String, Directory, long) - Constructor for class com.github.underscore.math.File
 
filter(Predicate<T>) - Method in class com.github.underscore.math.$.Chain
 
filterFalse(Predicate<T>) - Method in class com.github.underscore.math.$.Chain
 
filterIndexed(PredicateIndexed<T>) - Method in class com.github.underscore.math.$.Chain
 
find(Predicate<T>) - Method in class com.github.underscore.math.$.Chain
 
findByName(Entry, String) - Static method in class com.github.underscore.math.$
 
findLast(Predicate<T>) - Method in class com.github.underscore.math.$.Chain
 
findWhere(List<Tuple<String, E>>) - Method in class com.github.underscore.math.$.Chain
 
first() - Method in class com.github.underscore.math.$.Chain
 
first(int) - Method in class com.github.underscore.math.$.Chain
 
firstOrNull() - Method in class com.github.underscore.math.$.Chain
 
firstOrNull(Predicate<T>) - Method in class com.github.underscore.math.$.Chain
 
flatten() - Method in class com.github.underscore.math.$.Chain
 
forEach(Consumer<T>) - Method in class com.github.underscore.math.$.Chain
 
forEachRight(Consumer<T>) - Method in class com.github.underscore.math.$.Chain
 

G

get(K) - Method in class com.github.underscore.math.$.LRUCache
 
getContents() - Method in class com.github.underscore.math.Directory
 
getContents() - Method in class com.github.underscore.math.File
 
getCreationTime() - Method in class com.github.underscore.math.Entry
 
getFullPath() - Method in class com.github.underscore.math.Entry
 
getLastAccessed() - Method in class com.github.underscore.math.Entry
 
getLastUpdated() - Method in class com.github.underscore.math.Entry
 
getName() - Method in class com.github.underscore.math.Entry
 
groupBy(Function<T, F>) - Method in class com.github.underscore.math.$.Chain
 

I

indexBy(String) - Method in class com.github.underscore.math.$.Chain
 
initial() - Method in class com.github.underscore.math.$.Chain
 
initial(int) - Method in class com.github.underscore.math.$.Chain
 
intersection(List<T>...) - Method in class com.github.underscore.math.$.Chain
 
invoke(String, List<Object>) - Method in class com.github.underscore.math.$.Chain
 
invoke(String) - Method in class com.github.underscore.math.$.Chain
 

J

join() - Method in class com.github.underscore.math.$.Chain
 
join(String) - Method in class com.github.underscore.math.$.Chain
 

L

last() - Method in class com.github.underscore.math.$.Chain
 
last(int) - Method in class com.github.underscore.math.$.Chain
 
lastOrNull() - Method in class com.github.underscore.math.$.Chain
 
lastOrNull(Predicate<T>) - Method in class com.github.underscore.math.$.Chain
 
limit(int) - Method in class com.github.underscore.math.$.Chain
 
LRUCache(int) - Constructor for class com.github.underscore.math.$.LRUCache
 

M

main(String...) - Static method in class com.github.underscore.math.$
 
map(Function<? super T, F>) - Method in class com.github.underscore.math.$.Chain
 
mapIndexed(BiFunction<Integer, ? super T, F>) - Method in class com.github.underscore.math.$.Chain
 
max() - Method in class com.github.underscore.math.$.Chain
 
max(Function<T, F>) - Method in class com.github.underscore.math.$.Chain
 
mean() - Method in class com.github.underscore.math.$.Chain
 
mean(Iterable<T>) - Static method in class com.github.underscore.math.$
 
mean() - Method in class com.github.underscore.math.$
 
median() - Method in class com.github.underscore.math.$.Chain
 
median(Iterable<T>) - Static method in class com.github.underscore.math.$
 
median() - Method in class com.github.underscore.math.$
 
min() - Method in class com.github.underscore.math.$.Chain
 
min(Function<T, F>) - Method in class com.github.underscore.math.$.Chain
 

N

Node(K, V) - Constructor for class com.github.underscore.math.$.Node
 
numberOfFiles() - Method in class com.github.underscore.math.Directory
 

P

pluck(String) - Method in class com.github.underscore.math.$.Chain
 

R

range(int) - Method in class com.github.underscore.math.$.Chain
 
range(int, int) - Method in class com.github.underscore.math.$.Chain
 
range(int, int, int) - Method in class com.github.underscore.math.$.Chain
 
reduce(BiFunction<F, T, F>, F) - Method in class com.github.underscore.math.$.Chain
 
reduce(BinaryOperator<T>) - Method in class com.github.underscore.math.$.Chain
 
reduceRight(BiFunction<F, T, F>, F) - Method in class com.github.underscore.math.$.Chain
 
reduceRight(BinaryOperator<T>) - Method in class com.github.underscore.math.$.Chain
 
reject(Predicate<T>) - Method in class com.github.underscore.math.$.Chain
 
rejectIndexed(PredicateIndexed<T>) - Method in class com.github.underscore.math.$.Chain
 
remove($.Node) - Method in class com.github.underscore.math.$.LRUCache
 
rest() - Method in class com.github.underscore.math.$.Chain
 
rest(int) - Method in class com.github.underscore.math.$.Chain
 
reverse() - Method in class com.github.underscore.math.$.Chain
 

S

sample() - Method in class com.github.underscore.math.$.Chain
 
sample(int) - Method in class com.github.underscore.math.$.Chain
 
set(K, V) - Method in class com.github.underscore.math.$.LRUCache
 
setContents(byte[]) - Method in class com.github.underscore.math.File
 
setHead($.Node) - Method in class com.github.underscore.math.$.LRUCache
 
setLastAccessed(long) - Method in class com.github.underscore.math.Entry
 
setLastUpdated(long) - Method in class com.github.underscore.math.Entry
 
shuffle() - Method in class com.github.underscore.math.$.Chain
 
size() - Method in class com.github.underscore.math.Directory
 
size() - Method in class com.github.underscore.math.Entry
 
size() - Method in class com.github.underscore.math.File
 
skip(int) - Method in class com.github.underscore.math.$.Chain
 
slice(int) - Method in class com.github.underscore.math.$.Chain
 
slice(int, int) - Method in class com.github.underscore.math.$.Chain
 
some(Predicate<T>) - Method in class com.github.underscore.math.$.Chain
 
sort() - Method in class com.github.underscore.math.$.Chain
 
sortBy(Function<T, F>) - Method in class com.github.underscore.math.$.Chain
 
sortBy(K) - Method in class com.github.underscore.math.$.Chain
 
sortWith(Comparator<F>) - Method in class com.github.underscore.math.$.Chain
 
sum() - Method in class com.github.underscore.math.$.Chain
 
sum(Function<T, F>) - Method in class com.github.underscore.math.$.Chain
 
sum(Iterable<T>) - Static method in class com.github.underscore.math.$
 
sum(Iterable<E>, Function<E, F>) - Static method in class com.github.underscore.math.$
 
sum() - Method in class com.github.underscore.math.$
 
sum(Function<E, F>) - Method in class com.github.underscore.math.$
 

T

tap(Consumer<T>) - Method in class com.github.underscore.math.$.Chain
 
toMap() - Method in class com.github.underscore.math.$.Chain
 

U

union(List<T>...) - Method in class com.github.underscore.math.$.Chain
 
uniq() - Method in class com.github.underscore.math.$.Chain
 
uniq(Function<T, F>) - Method in class com.github.underscore.math.$.Chain
 

W

where(List<Tuple<String, E>>) - Method in class com.github.underscore.math.$.Chain
 
$ A C D E F G I J L M N P R S T U W 
Skip navigation links

Copyright © 2018. All rights reserved.