JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
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.
Architecture
- Enum in
eu.eventstorm.util.unsafe
arrayCharBaseOffset()
- Static method in class eu.eventstorm.util.unsafe.
UnsafeHelper
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
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.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
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
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
P
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
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
P
R
S
T
U
V
W
X
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2019. All rights reserved.