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

A

append(String, String) - Method in class eu.eventstorm.util.ToStringBuilder
Append.
append(String, char[]) - Method in class eu.eventstorm.util.ToStringBuilder
Append.
append(String, Object) - Method in class eu.eventstorm.util.ToStringBuilder
Append.
append(String, LocalDate) - Method in class eu.eventstorm.util.ToStringBuilder
Append a java.time.LocalDate
append(String, LocalTime) - Method in class eu.eventstorm.util.ToStringBuilder
Append a java.time.LocalTime.
append(String, LocalDateTime) - Method in class eu.eventstorm.util.ToStringBuilder
Append.
append(String, Map<?, ?>) - Method in class eu.eventstorm.util.ToStringBuilder
Append.
Architecture - Enum in eu.eventstorm.util.unsafe
 
arrayCharBaseOffset() - Static method in class eu.eventstorm.util.unsafe.UnsafeHelper
 
Ascii - Class in eu.eventstorm.util
 
available() - Method in class eu.eventstorm.util.FastByteArrayInputStream

B

BUFFER_SIZE - Static variable in class eu.eventstorm.util.Streams
 
Buffers - Class in eu.eventstorm.util
 

C

close() - Method in class eu.eventstorm.util.FastByteArrayInputStream
close() - Method in class eu.eventstorm.util.FastByteArrayOutputStream
copy(InputStream, OutputStream) - Static method in class eu.eventstorm.util.Streams
 
copyToByteArray(InputStream) - Static method in class eu.eventstorm.util.Streams
Copy the contents of the given InputStream into a new byte array.

D

Dates - Class in eu.eventstorm.util
 
digit(char) - Static method in class eu.eventstorm.util.Ascii
 
div10(int) - Static method in class eu.eventstorm.util.Maths
 

E

EMPTY - Static variable in class eu.eventstorm.util.Strings
Empty String.
eu.eventstorm.util - package eu.eventstorm.util
 
eu.eventstorm.util.hash - package eu.eventstorm.util.hash
 
eu.eventstorm.util.tuple - package eu.eventstorm.util.tuple
 
eu.eventstorm.util.unsafe - package eu.eventstorm.util.unsafe
 

F

FastByteArrayInputStream - Class in eu.eventstorm.util
 
FastByteArrayInputStream(byte[], int) - Constructor for class eu.eventstorm.util.FastByteArrayInputStream
 
FastByteArrayInputStream(byte[]) - Constructor for class eu.eventstorm.util.FastByteArrayInputStream
 
FastByteArrayOutputStream - Class in eu.eventstorm.util
 
FastByteArrayOutputStream(int) - Constructor for class eu.eventstorm.util.FastByteArrayOutputStream
Constructs a stream with the given initial size.

G

getByte() - Method in class eu.eventstorm.util.hash.HashReader
 
getByteArray() - Method in class eu.eventstorm.util.FastByteArrayOutputStream
Creates a newly allocated byte array.
getChars(String) - Static method in class eu.eventstorm.util.unsafe.UnsafeString
 
getFieldOffset(Class<?>, String) - Static method in class eu.eventstorm.util.unsafe.UnsafeHelper
 
getInt() - Method in class eu.eventstorm.util.hash.HashReader
 
getLong() - Method in class eu.eventstorm.util.hash.HashReader
 
getT1() - Method in interface eu.eventstorm.util.tuple.Tuple2
To get the fist object of this Tuples.
getT2() - Method in interface eu.eventstorm.util.tuple.Tuple2
To get the second object of this Tuples.
getT3() - Method in interface eu.eventstorm.util.tuple.Tuple3
To get the third object of this Tuples.
getUnsafe() - Static method in class eu.eventstorm.util.unsafe.UnsafeHelper
 
getUseCompressedOopsVMOption() - Static method in class eu.eventstorm.util.unsafe.UnsafeHelper
 

H

Hashing - Class in eu.eventstorm.util.hash
 
HashReader - Class in eu.eventstorm.util.hash
 
HashReader() - Constructor for class eu.eventstorm.util.hash.HashReader
 

I

indexOfNonDigit(char[], int) - Static method in class eu.eventstorm.util.Dates
 
isDigit(char) - Static method in class eu.eventstorm.util.Ascii
 
isEmpty(CharSequence) - Static method in class eu.eventstorm.util.Strings
Checks if a CharSequence is empty ("") or null.
isJava8() - Static method in class eu.eventstorm.util.Jvm
 
isJava9OrPlus() - Static method in class eu.eventstorm.util.Jvm
 

J

Jvm - Class in eu.eventstorm.util
 

L

length() - Method in class eu.eventstorm.util.hash.HashReader
 

M

Maths - Class in eu.eventstorm.util
 
mul10(int) - Static method in class eu.eventstorm.util.Maths
 
mul100(int) - Static method in class eu.eventstorm.util.Maths
 

O

of(T1, T2) - Static method in class eu.eventstorm.util.tuple.Tuples
Create a Tuple2 with the given objects.
of(T1, T2, T3) - Static method in class eu.eventstorm.util.tuple.Tuples
Create a Tuple3 with the given objects.

P

parseLocalDate(String) - Static method in class eu.eventstorm.util.Dates
 
parseLocalTime(String) - Static method in class eu.eventstorm.util.Dates
 
parseOffsetDateTime(String) - Static method in class eu.eventstorm.util.Dates
 
pos() - Method in class eu.eventstorm.util.FastByteArrayInputStream
 

R

read() - Method in class eu.eventstorm.util.FastByteArrayInputStream
read(byte[]) - Method in class eu.eventstorm.util.FastByteArrayInputStream
read(byte[], int, int) - Method in class eu.eventstorm.util.FastByteArrayInputStream
readAll() - Method in class eu.eventstorm.util.FastByteArrayInputStream
 
releaseDirectByteBuffer(ByteBuffer) - Static method in class eu.eventstorm.util.Buffers
 
reset() - Method in class eu.eventstorm.util.FastByteArrayInputStream
reset() - Method in class eu.eventstorm.util.FastByteArrayOutputStream
 

S

size() - Method in class eu.eventstorm.util.FastByteArrayInputStream
 
size() - Method in class eu.eventstorm.util.FastByteArrayOutputStream
 
Streams - Class in eu.eventstorm.util
 
Strings - Class in eu.eventstorm.util
 

T

toAddress(Object) - Static method in class eu.eventstorm.util.unsafe.UnsafeHelper
 
toInputStream() - Method in class eu.eventstorm.util.FastByteArrayOutputStream
 
toString() - Method in class eu.eventstorm.util.ToStringBuilder
ToStringBuilder - Class in eu.eventstorm.util
 
ToStringBuilder(boolean) - Constructor for class eu.eventstorm.util.ToStringBuilder
Instantiates a new to string builder.
ToStringBuilder(Object) - Constructor for class eu.eventstorm.util.ToStringBuilder
 
ToStringBuilder(Object, boolean) - Constructor for class eu.eventstorm.util.ToStringBuilder
 
Tuple - Interface in eu.eventstorm.util.tuple
 
Tuple2<T1,T2> - Interface in eu.eventstorm.util.tuple
 
Tuple3<T1,T2,T3> - Interface in eu.eventstorm.util.tuple
 
Tuples - Class in eu.eventstorm.util.tuple
 

U

UnsafeHelper - Class in eu.eventstorm.util.unsafe
 
UnsafeString - Class in eu.eventstorm.util.unsafe
 
unsignedDiv10(int) - Static method in class eu.eventstorm.util.Maths
 
unsignedDiv1000(int) - Static method in class eu.eventstorm.util.Maths
 

V

valueOf(String) - Static method in enum eu.eventstorm.util.unsafe.Architecture
Returns the enum constant of this type with the specified name.
valueOf(char[]) - Static method in class eu.eventstorm.util.unsafe.UnsafeString
 
values() - Static method in enum eu.eventstorm.util.unsafe.Architecture
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(int) - Method in class eu.eventstorm.util.FastByteArrayOutputStream
write(byte[]) - Method in class eu.eventstorm.util.FastByteArrayOutputStream
write(byte[], int, int) - Method in class eu.eventstorm.util.FastByteArrayOutputStream

X

xx(long, String) - Static method in class eu.eventstorm.util.hash.Hashing
 
xx(long, HashReader) - Static method in class eu.eventstorm.util.hash.Hashing
 
A B C D E F G H I J L M O P R S T U V W X 
Skip navigation links

Copyright © 2020. All rights reserved.