Skip navigation links
Java8 Utils, 0.3.3
C E F G I P R S T V 

C

com.github.nill14.utils.annotation - package com.github.nill14.utils.annotation
 
com.github.nill14.utils.exception - package com.github.nill14.utils.exception
 
com.github.nill14.utils.executor - package com.github.nill14.utils.executor
 
com.github.nill14.utils.java8.stream - package com.github.nill14.utils.java8.stream
 

E

execute(Runnable) - Method in class com.github.nill14.utils.executor.SwingExecutor
 
ExecutorUtils - Class in com.github.nill14.utils.java8.stream
 
Experimental - Annotation Type in com.github.nill14.utils.annotation
The API annotated with Experimental is subject to change and should not be widely used.

F

findNthFilename(StackTraceElement[], int) - Static method in enum com.github.nill14.utils.exception.StackTraceParser
 
formatReference(StackTraceElement) - Static method in enum com.github.nill14.utils.exception.StackTraceParser
 

G

getCalledMethod(Exception, int) - Static method in enum com.github.nill14.utils.exception.StackTraceParser
 
GuavaCollectors - Class in com.github.nill14.utils.java8.stream
static import com.github.nill14.utils.java8.stream.GuavaCollectors.*

I

instance() - Static method in class com.github.nill14.utils.executor.SwingExecutor
 

P

parallelExecution(ExecutorService, Collection<E>, Function<E, R>) - Static method in class com.github.nill14.utils.java8.stream.ExecutorUtils
Similar to parallel stream but executes in ExecutorService not ForkJoinPool.commonPool().

R

ReschedulableTask - Class in com.github.nill14.utils.executor
ReschedulableTask provides some extra methods over ScheduledExecutorService
ReschedulableTask(ScheduledExecutorService, Runnable) - Constructor for class com.github.nill14.utils.executor.ReschedulableTask
 
reschedule(long, TimeUnit) - Method in class com.github.nill14.utils.executor.ReschedulableTask
Re-schedule the given task so that it get invoked only once.

S

scheduleOnce(long, TimeUnit) - Method in class com.github.nill14.utils.executor.ReschedulableTask
Schedule the execution of the command only once.
StackTraceParser - Enum in com.github.nill14.utils.exception
 
stream(Iterator<T>) - Static method in class com.github.nill14.utils.java8.stream.StreamUtils
Convert iterator to stream.
stream(Supplier<Boolean>, Supplier<T>) - Static method in class com.github.nill14.utils.java8.stream.StreamUtils
Consider using Stream.generate(Supplier) followed by Stream.limit(long) in case the element count is know in advance.
StreamUtils - Class in com.github.nill14.utils.java8.stream
Utility class for streams
SwingExecutor - Class in com.github.nill14.utils.executor
Executor adapter scheduling on Swing event dispatch thread.
SwingExecutor() - Constructor for class com.github.nill14.utils.executor.SwingExecutor
 

T

toImmutableList() - Static method in class com.github.nill14.utils.java8.stream.GuavaCollectors
 
toImmutableList(Stream<T>) - Static method in class com.github.nill14.utils.java8.stream.GuavaCollectors
 
toImmutableSet() - Static method in class com.github.nill14.utils.java8.stream.GuavaCollectors
 
toImmutableSet(Stream<T>) - Static method in class com.github.nill14.utils.java8.stream.GuavaCollectors
 

V

valueOf(String) - Static method in enum com.github.nill14.utils.exception.StackTraceParser
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.nill14.utils.exception.StackTraceParser
Returns an array containing the constants of this enum type, in the order they are declared.
C E F G I P R S T V 
Skip navigation links
Java8 Utils, 0.3.3

Copyright © 2015. All rights reserved.