Skip navigation links
A B C D F G I J M N O P R S T U V W X Z 

A

accept(DependencyNode, List<DependencyNode>) - Method in class org.spf4j.maven.ClassifierDependencyFilter
 
append(char) - Method in class org.spf4j.io.AppendableWriter
 
append(CharSequence, int, int) - Method in class org.spf4j.io.AppendableWriter
 
append(CharSequence) - Method in class org.spf4j.io.AppendableWriter
 
AppendableWriter - Class in org.spf4j.io
Utility class to adapt a Appendable to a Writer.
AppendableWriter(Appendable) - Constructor for class org.spf4j.io.AppendableWriter
 
ArraySuppliers - Class in org.spf4j.recyclable.impl
 
ArraySuppliers.Bytes - Class in org.spf4j.recyclable.impl
 
ArraySuppliers.Chars - Class in org.spf4j.recyclable.impl
 
ArraySuppliers.Objects - Class in org.spf4j.recyclable.impl
 
asWriter(Appendable) - Static method in class org.spf4j.io.Streams
faster variant than guava CharStreams.asWriter.
available() - Method in class org.spf4j.io.BufferedInputStream
 

B

BufferedInputStream - Class in org.spf4j.io
 
BufferedInputStream(InputStream) - Constructor for class org.spf4j.io.BufferedInputStream
 
BufferedInputStream(InputStream, int) - Constructor for class org.spf4j.io.BufferedInputStream
 
BufferedInputStream(InputStream, int, SizedRecyclingSupplier<byte[]>) - Constructor for class org.spf4j.io.BufferedInputStream
 

C

ClassifierDependencyFilter - Class in org.spf4j.maven
 
ClassifierDependencyFilter(String) - Constructor for class org.spf4j.maven.ClassifierDependencyFilter
 
close() - Method in class org.spf4j.io.AppendableWriter
 
close() - Method in class org.spf4j.io.BufferedInputStream
 
close() - Method in interface org.spf4j.recyclable.Disposable
 
closestPowerOf2(int) - Static method in class org.spf4j.base.IntMath
 
closestPowerOf2Number(int) - Static method in class org.spf4j.base.IntMath
 
Compress - Class in org.spf4j.io.compress
 
copy(InputStream, OutputStream) - Static method in class org.spf4j.io.Streams
see copy(final InputStream is, final OutputStream os, final int buffSize) for detail.
copy(InputStream, OutputStream, int) - Static method in class org.spf4j.io.Streams
Equivalent to guava ByteStreams.copy, with one special behavior: if is has no bytes immediately available for read, the os is flushed prior to the next read that will probably block.
copy(InputStream, OutputStream, int, long) - Static method in class org.spf4j.io.Streams
 
copyFileAtomic(Path, Path) - Static method in class org.spf4j.io.compress.Compress
Copy file atomic.
create(T) - Method in enum org.spf4j.base.ReferenceType
 
create(int) - Method in interface org.spf4j.recyclable.SizedRecyclingSupplier.Factory
 

D

Disposable - Interface in org.spf4j.recyclable
 
dispose() - Method in interface org.spf4j.recyclable.Disposable
 

F

flush() - Method in class org.spf4j.io.AppendableWriter
 

G

get(int) - Method in class org.spf4j.recyclable.impl.Powerof2SizedGlobalRecyclingSupplier
 
get(int) - Method in class org.spf4j.recyclable.impl.Powerof2ThreadLocalRecyclingSupplier
 
get() - Method in class org.spf4j.recyclable.impl.ThreadLocalRecyclingSupplier
 
get() - Method in interface org.spf4j.recyclable.NonValidatingRecyclingSupplier
block until a object is available and return it.
get(int) - Method in interface org.spf4j.recyclable.SizedRecyclingSupplier
 
getDefaultRepository() - Static method in class org.spf4j.maven.MavenRepositoryUtils
 
getRepositorySystem() - Static method in class org.spf4j.maven.MavenRepositoryUtils
 
getRepositorySystemSession(RepositorySystem, File) - Static method in class org.spf4j.maven.MavenRepositoryUtils
 
getVersions(List<RemoteRepository>, File, String, String, String) - Static method in class org.spf4j.maven.MavenRepositoryUtils
 
getVersions(String, String, String, List<RemoteRepository>, RepositorySystem, RepositorySystemSession) - Static method in class org.spf4j.maven.MavenRepositoryUtils
 
GL_SUPPLIER - Static variable in class org.spf4j.recyclable.impl.ArraySuppliers.Bytes
 
GL_SUPPLIER - Static variable in class org.spf4j.recyclable.impl.ArraySuppliers.Chars
 

I

INSTANCE - Static variable in class org.spf4j.base.IntMath.XorShift32ThreadSafe.Singleton
Deprecated.
 
IntMath - Class in org.spf4j.base
 
IntMath.XorShift128 - Class in org.spf4j.base
 
IntMath.XorShift32 - Class in org.spf4j.base
A very fast Pseudo random generator.
IntMath.XorShift32ThreadSafe - Class in org.spf4j.base
Deprecated.
please use JDK java.util.concurrent.ThreadLocalRandom instead. The JDK implementation uses local fields in the Thread class instead of a classic ThreadLocal, which makes it faster...
IntMath.XorShift32ThreadSafe.Singleton - Class in org.spf4j.base
Deprecated.
 
IntSequence - Interface in org.spf4j.base
 

J

JAVA_NEW - Static variable in class org.spf4j.recyclable.impl.ArraySuppliers.Bytes
 
JAVA_NEW - Static variable in class org.spf4j.recyclable.impl.ArraySuppliers.Chars
 

M

mark(int) - Method in class org.spf4j.io.BufferedInputStream
 
markSupported() - Method in class org.spf4j.io.BufferedInputStream
 
MavenRepositoryUtils - Class in org.spf4j.maven
inspired by: http://www.hascode.com/2017/09/downloading-maven-artifacts-from-a-pom-file-programmatically-with-eclipse-aether/

N

nextInt() - Method in class org.spf4j.base.IntMath.XorShift128
 
nextInt() - Method in class org.spf4j.base.IntMath.XorShift32
 
nextInt() - Method in class org.spf4j.base.IntMath.XorShift32ThreadSafe
Deprecated.
 
nextInt() - Method in interface org.spf4j.base.IntSequence
 
NonValidatingRecyclingSupplier<T> - Interface in org.spf4j.recyclable
 

O

ObjectBorrowException - Exception in org.spf4j.recyclable
 
ObjectBorrowException(Throwable) - Constructor for exception org.spf4j.recyclable.ObjectBorrowException
 
ObjectBorrowException(String, Throwable) - Constructor for exception org.spf4j.recyclable.ObjectBorrowException
 
ObjectBorrowException(String) - Constructor for exception org.spf4j.recyclable.ObjectBorrowException
 
ObjectBorrowException() - Constructor for exception org.spf4j.recyclable.ObjectBorrowException
 
ObjectCreationException - Exception in org.spf4j.recyclable
 
ObjectCreationException(Throwable) - Constructor for exception org.spf4j.recyclable.ObjectCreationException
 
ObjectCreationException(String, Throwable) - Constructor for exception org.spf4j.recyclable.ObjectCreationException
 
ObjectCreationException(String) - Constructor for exception org.spf4j.recyclable.ObjectCreationException
 
ObjectCreationException() - Constructor for exception org.spf4j.recyclable.ObjectCreationException
 
ObjectDisposeException - Exception in org.spf4j.recyclable
 
ObjectDisposeException(Throwable) - Constructor for exception org.spf4j.recyclable.ObjectDisposeException
 
ObjectDisposeException(String, Throwable) - Constructor for exception org.spf4j.recyclable.ObjectDisposeException
 
ObjectDisposeException(String) - Constructor for exception org.spf4j.recyclable.ObjectDisposeException
 
ObjectDisposeException() - Constructor for exception org.spf4j.recyclable.ObjectDisposeException
 
ObjectReturnException - Exception in org.spf4j.recyclable
 
ObjectReturnException(Throwable) - Constructor for exception org.spf4j.recyclable.ObjectReturnException
 
ObjectReturnException(String, Throwable) - Constructor for exception org.spf4j.recyclable.ObjectReturnException
 
ObjectReturnException(String) - Constructor for exception org.spf4j.recyclable.ObjectReturnException
 
ObjectReturnException() - Constructor for exception org.spf4j.recyclable.ObjectReturnException
 
org.spf4j.base - package org.spf4j.base
 
org.spf4j.io - package org.spf4j.io
 
org.spf4j.io.compress - package org.spf4j.io.compress
 
org.spf4j.maven - package org.spf4j.maven
 
org.spf4j.recyclable - package org.spf4j.recyclable
 
org.spf4j.recyclable.impl - package org.spf4j.recyclable.impl
 

P

Powerof2SizedGlobalRecyclingSupplier<T> - Class in org.spf4j.recyclable.impl
recycling supplier that allows you to recycle objects.
Powerof2SizedGlobalRecyclingSupplier(SizedRecyclingSupplier.Factory<T>, ReferenceType) - Constructor for class org.spf4j.recyclable.impl.Powerof2SizedGlobalRecyclingSupplier
 
Powerof2ThreadLocalRecyclingSupplier<T> - Class in org.spf4j.recyclable.impl
recycling supplier that allows you to recycle objects.
Powerof2ThreadLocalRecyclingSupplier(SizedRecyclingSupplier.Factory<T>, ReferenceType) - Constructor for class org.spf4j.recyclable.impl.Powerof2ThreadLocalRecyclingSupplier
 

R

read() - Method in class org.spf4j.io.BufferedInputStream
 
read(byte[], int, int) - Method in class org.spf4j.io.BufferedInputStream
 
recycle(T) - Method in class org.spf4j.recyclable.impl.Powerof2SizedGlobalRecyclingSupplier
 
recycle(T) - Method in class org.spf4j.recyclable.impl.Powerof2ThreadLocalRecyclingSupplier
 
recycle(T) - Method in class org.spf4j.recyclable.impl.ThreadLocalRecyclingSupplier
 
recycle(T) - Method in interface org.spf4j.recyclable.NonValidatingRecyclingSupplier
recycle object.
recycle(T) - Method in interface org.spf4j.recyclable.SizedRecyclingSupplier
 
ReferenceType - Enum in org.spf4j.base
 
reset() - Method in class org.spf4j.io.BufferedInputStream
 
resolveArtifact(List<RemoteRepository>, File, String, String, String, String, String) - Static method in class org.spf4j.maven.MavenRepositoryUtils
 
resolveArtifact(String, String, String, String, String, List<RemoteRepository>, RepositorySystem, RepositorySystemSession) - Static method in class org.spf4j.maven.MavenRepositoryUtils
 
resolveArtifactAndDependencies(List<RemoteRepository>, File, String, String, String, String, String, String) - Static method in class org.spf4j.maven.MavenRepositoryUtils
 
resolveArtifactAndDependencies(String, String, String, String, String, String, List<RemoteRepository>, RepositorySystem, RepositorySystemSession) - Static method in class org.spf4j.maven.MavenRepositoryUtils
 

S

Singleton() - Constructor for class org.spf4j.base.IntMath.XorShift32ThreadSafe.Singleton
Deprecated.
 
size(T) - Method in interface org.spf4j.recyclable.SizedRecyclingSupplier.Factory
 
SizedRecyclingSupplier<T> - Interface in org.spf4j.recyclable
 
SizedRecyclingSupplier.Factory<T> - Interface in org.spf4j.recyclable
 
skip(long) - Method in class org.spf4j.io.BufferedInputStream
 
Streams - Class in org.spf4j.io
 
SupplierException - Exception in org.spf4j.recyclable
 
SupplierException(Throwable) - Constructor for exception org.spf4j.recyclable.SupplierException
 
SupplierException(String, Throwable) - Constructor for exception org.spf4j.recyclable.SupplierException
 
SupplierException(String) - Constructor for exception org.spf4j.recyclable.SupplierException
 
SupplierException() - Constructor for exception org.spf4j.recyclable.SupplierException
 

T

ThreadLocalRecyclingSupplier<T> - Class in org.spf4j.recyclable.impl
 
ThreadLocalRecyclingSupplier(Supplier<T>) - Constructor for class org.spf4j.recyclable.impl.ThreadLocalRecyclingSupplier
 
TL_SUPPLIER - Static variable in class org.spf4j.recyclable.impl.ArraySuppliers.Bytes
 
TL_SUPPLIER - Static variable in class org.spf4j.recyclable.impl.ArraySuppliers.Chars
 
TL_SUPPLIER - Static variable in class org.spf4j.recyclable.impl.ArraySuppliers.Objects
 
toPath(Collection<File>) - Static method in class org.spf4j.maven.MavenRepositoryUtils
 
toString() - Method in class org.spf4j.io.AppendableWriter
 
toString() - Method in class org.spf4j.io.BufferedInputStream
 
toString() - Method in class org.spf4j.maven.ClassifierDependencyFilter
 
toString() - Method in class org.spf4j.recyclable.impl.Powerof2SizedGlobalRecyclingSupplier
 
toString() - Method in class org.spf4j.recyclable.impl.Powerof2ThreadLocalRecyclingSupplier
 
toString() - Method in class org.spf4j.recyclable.impl.ThreadLocalRecyclingSupplier
 

U

unzip(Path) - Static method in class org.spf4j.io.compress.Compress
Unzip a zip archive to same folder.
unzip(Path, Path) - Static method in class org.spf4j.io.compress.Compress
Unzip a zip file to a destination folder.
unzip(Path, Path, Predicate<Path>) - Static method in class org.spf4j.io.compress.Compress
Unzip a zip file to a destination folder.
unzip2(Path, Path) - Static method in class org.spf4j.io.compress.Compress
 
unzip2(Path, Path, Predicate<Path>) - Static method in class org.spf4j.io.compress.Compress
 

V

valueOf(String) - Static method in enum org.spf4j.base.ReferenceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.spf4j.base.ReferenceType
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(char[], int, int) - Method in class org.spf4j.io.AppendableWriter
 
write(int) - Method in class org.spf4j.io.AppendableWriter
 
write(String, int, int) - Method in class org.spf4j.io.AppendableWriter
 
write(String) - Method in class org.spf4j.io.AppendableWriter
 
write(char[]) - Method in class org.spf4j.io.AppendableWriter
 

X

XorShift128() - Constructor for class org.spf4j.base.IntMath.XorShift128
 
XorShift32() - Constructor for class org.spf4j.base.IntMath.XorShift32
 
XorShift32ThreadSafe() - Constructor for class org.spf4j.base.IntMath.XorShift32ThreadSafe
Deprecated.
 

Z

zip(Path) - Static method in class org.spf4j.io.compress.Compress
Zip a file or folder.
zip(Path, Path) - Static method in class org.spf4j.io.compress.Compress
Zip a file or folder.
zip(Path, Path, Predicate<Path>) - Static method in class org.spf4j.io.compress.Compress
Zip a file or folder.
A B C D F G I J M N O P R S T U V W X Z 
Skip navigation links

Copyright © 2020 SPF4J. All rights reserved.