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

A

a - Variable in class net.bramp.unsafe.examples.EightLongs
 
a - Variable in class net.bramp.unsafe.examples.FourLongs
 
AbstractArrayListTest<T extends Comparable<T>> - Class in net.bramp.unsafe.collection
 
AbstractArrayListTest() - Constructor for class net.bramp.unsafe.collection.AbstractArrayListTest
 
AbstractListTest - Class in net.bramp.unsafe.collection
 
AbstractListTest() - Constructor for class net.bramp.unsafe.collection.AbstractListTest
 
AbstractUnsafeListTest<T extends Comparable<T>> - Class in net.bramp.unsafe.collection
 
AbstractUnsafeListTest() - Constructor for class net.bramp.unsafe.collection.AbstractUnsafeListTest
 
add(int, T) - Method in class net.bramp.unsafe.UnsafeArrayList
 
afterIteration(BenchmarkParams, IterationParams, IterationResult) - Method in class net.bramp.unsafe.jmh.MemoryProfiler
 
apply(MethodVisitor, Implementation.Context) - Method in enum net.bramp.unsafe.bytebuddy.LongAdd
 
apply(MethodVisitor, Implementation.Context) - Method in class net.bramp.unsafe.bytebuddy.MethodVariableStore.ArgumentStoringStackManipulation
 
ArgumentStoringStackManipulation(int) - Constructor for class net.bramp.unsafe.bytebuddy.MethodVariableStore.ArgumentStoringStackManipulation
Creates a new argument loading stack manipulation.
ArrayListBenchmark - Class in net.bramp.unsafe.collection
 
ArrayListBenchmark() - Constructor for class net.bramp.unsafe.collection.ArrayListBenchmark
 
ArrayListEightLongs - Class in net.bramp.unsafe.collection.tests
 
ArrayListEightLongs() - Constructor for class net.bramp.unsafe.collection.tests.ArrayListEightLongs
 
ArrayListFourLongs - Class in net.bramp.unsafe.collection.tests
 
ArrayListFourLongs() - Constructor for class net.bramp.unsafe.collection.tests.ArrayListFourLongs
 
ArrayListLongPoint - Class in net.bramp.unsafe.collection.tests
 
ArrayListLongPoint() - Constructor for class net.bramp.unsafe.collection.tests.ArrayListLongPoint
 

B

b - Variable in class net.bramp.unsafe.examples.EightLongs
 
b - Variable in class net.bramp.unsafe.examples.FourLongs
 
beforeIteration(BenchmarkParams, IterationParams) - Method in class net.bramp.unsafe.jmh.MemoryProfiler
 
benchmarks - Static variable in class net.bramp.unsafe.collection.ArrayListBenchmark
 
build(Unsafe) - Method in class net.bramp.unsafe.UnrolledUnsafeCopierBuilder
Constructs a new Copier using the passed in Unsafe instance
buildJavaArg() - Static method in class net.bramp.unsafe.MemoryUtils
 
bytes() - Method in class net.bramp.unsafe.collection.AbstractArrayListTest
 
bytes() - Method in class net.bramp.unsafe.collection.AbstractListTest
Calculates the size of the data structure under test.
bytes() - Method in class net.bramp.unsafe.collection.AbstractUnsafeListTest
 
bytes() - Method in class net.bramp.unsafe.UnsafeArrayList
 

C

c - Variable in class net.bramp.unsafe.examples.EightLongs
 
c - Variable in class net.bramp.unsafe.examples.FourLongs
 
checkBounds(int) - Method in class net.bramp.unsafe.UnsafeArrayList
 
compareTo(EightLongs) - Method in class net.bramp.unsafe.examples.EightLongs
 
compareTo(FourLongs) - Method in class net.bramp.unsafe.examples.FourLongs
 
compareTo(IntPoint) - Method in class net.bramp.unsafe.examples.IntPoint
 
compareTo(LongPoint) - Method in class net.bramp.unsafe.examples.LongPoint
 
copy(Object, long) - Method in class net.bramp.unsafe.UnsafeCopier
Copies from a src memory address into the fields of the dest object.
COPY_STRIDE - Static variable in class net.bramp.unsafe.copier.UnrolledCopierBenchmark
 
copyMemory(long, Object) - Static method in class net.bramp.unsafe.UnsafeHelper
 
copyMemory(Object, long, Object, long, long) - Static method in class net.bramp.unsafe.UnsafeHelper
Copies the memory from srcAddress into dest
copyMemoryFieldByField(long, Object) - Static method in class net.bramp.unsafe.UnsafeHelper
Copies from srcAddress to dest one field at a time.

D

d - Variable in class net.bramp.unsafe.examples.EightLongs
 
d - Variable in class net.bramp.unsafe.examples.FourLongs
 
DuffState() - Constructor for class net.bramp.unsafe.copier.UnrolledCopierBenchmark.DuffState
 

E

e - Variable in class net.bramp.unsafe.examples.EightLongs
 
EightLongs - Class in net.bramp.unsafe.examples
 
EightLongs(long, long, long, long, long, long, long, long) - Constructor for class net.bramp.unsafe.examples.EightLongs
Creates a new EightLongs.
ensureCapacity(int) - Method in class net.bramp.unsafe.UnsafeArrayList
 
equals(Object) - Method in class net.bramp.unsafe.bytebuddy.MethodVariableStore.ArgumentStoringStackManipulation
 
equals(Object) - Method in class net.bramp.unsafe.examples.EightLongs
 
equals(Object) - Method in class net.bramp.unsafe.examples.FourLongs
 
equals(Object) - Method in class net.bramp.unsafe.examples.LongPoint
 

F

f - Variable in class net.bramp.unsafe.examples.EightLongs
 
firstFieldOffset(Class) - Static method in class net.bramp.unsafe.UnsafeHelper
Returns the offset of the first field in the range [headerSize, sizeOf].
forType(TypeDescription) - Static method in enum net.bramp.unsafe.bytebuddy.MethodVariableStore
Locates the correct accessor for a variable of a given type.
FourLongs - Class in net.bramp.unsafe.examples
 
FourLongs(long, long, long, long) - Constructor for class net.bramp.unsafe.examples.FourLongs
Creates a new FourLongs
fromAddress(long) - Static method in class net.bramp.unsafe.UnsafeHelper
Returns the object located at the address.

G

g - Variable in class net.bramp.unsafe.examples.EightLongs
 
get(E, int) - Method in interface net.bramp.unsafe.InplaceList
Copies the element at index into dest.
get(int) - Method in class net.bramp.unsafe.UnsafeArrayList
 
get(T, int) - Method in class net.bramp.unsafe.UnsafeArrayList
Copies the element at index into dest
getAge() - Method in class net.bramp.unsafe.examples.Person
Note: Not accurate, but only used as an example.
getBirthday() - Method in class net.bramp.unsafe.examples.Person
 
getDescription() - Method in class net.bramp.unsafe.jmh.MemoryProfiler
 
getGender() - Method in class net.bramp.unsafe.examples.Person
 
getName() - Method in class net.bramp.unsafe.examples.Person
 
getPid() - Static method in class net.bramp.unsafe.MemoryUtils
Returns the pid of the current process.
getUnsafe() - Static method in class net.bramp.unsafe.UnsafeHelper
 
go() - Method in class net.bramp.unsafe.Main.UnsafeTester
 

H

h - Variable in class net.bramp.unsafe.examples.EightLongs
 
HandUnrolledState() - Constructor for class net.bramp.unsafe.copier.UnrolledCopierBenchmark.HandUnrolledState
 
hashCode() - Method in class net.bramp.unsafe.bytebuddy.MethodVariableStore.ArgumentStoringStackManipulation
 
hashCode() - Method in class net.bramp.unsafe.examples.EightLongs
 
hashCode() - Method in class net.bramp.unsafe.examples.FourLongs
 
hashCode() - Method in class net.bramp.unsafe.examples.LongPoint
 
headerSize(Object) - Static method in class net.bramp.unsafe.UnsafeHelper
 
headerSize(Class) - Static method in class net.bramp.unsafe.UnsafeHelper
Returns the size of the header for an instance of this class (in bytes).
hexDump(PrintStream, Object) - Static method in class net.bramp.unsafe.UnsafeHelper
Prints out the object (including header, padding, and all fields) as hex.
hexDumpAddress(PrintStream, long, long) - Static method in class net.bramp.unsafe.UnsafeHelper
 
hexDumpBytes(PrintStream, long, byte[]) - Static method in class net.bramp.unsafe.UnsafeHelper
 

I

InplaceList<E> - Interface in net.bramp.unsafe
 
InplaceQuickSort - Class in net.bramp.unsafe.sort
Java program to Sort integer array using QuickSort algorithm using recursion.
InplaceQuickSort() - Constructor for class net.bramp.unsafe.sort.InplaceQuickSort
 
IntPoint - Class in net.bramp.unsafe.examples
Simple test class which stores two ints, x and y.
IntPoint(int, int) - Constructor for class net.bramp.unsafe.examples.IntPoint
 
isValid() - Method in enum net.bramp.unsafe.bytebuddy.LongAdd
 
isValid() - Method in class net.bramp.unsafe.bytebuddy.MethodVariableStore.ArgumentStoringStackManipulation
 
iterate(Blackhole) - Method in class net.bramp.unsafe.collection.AbstractListTest
Iterates through the test list.
iterate(Blackhole) - Method in class net.bramp.unsafe.collection.tests.ArrayListEightLongs
 
iterate(Blackhole) - Method in class net.bramp.unsafe.collection.tests.ArrayListFourLongs
 
iterate(Blackhole) - Method in class net.bramp.unsafe.collection.tests.ArrayListLongPoint
 
iterate(Blackhole) - Method in class net.bramp.unsafe.collection.tests.UnsafeListEightLongs
 
iterate(Blackhole) - Method in class net.bramp.unsafe.collection.tests.UnsafeListFourLongs
 
iterate(Blackhole) - Method in class net.bramp.unsafe.collection.tests.UnsafeListLongPoint
 
iterateInPlace(Blackhole) - Method in class net.bramp.unsafe.collection.AbstractArrayListTest
 
iterateInPlace(Blackhole) - Method in class net.bramp.unsafe.collection.AbstractListTest
Iterates through the test list (if it is a InplaceList).
iterateInPlace(Blackhole) - Method in class net.bramp.unsafe.collection.tests.UnsafeListEightLongs
 
iterateInPlace(Blackhole) - Method in class net.bramp.unsafe.collection.tests.UnsafeListFourLongs
 
iterateInPlace(Blackhole) - Method in class net.bramp.unsafe.collection.tests.UnsafeListLongPoint
 

J

jvm7_32_sizeOf(Object) - Static method in class net.bramp.unsafe.UnsafeHelper
 

L

length(long) - Method in class net.bramp.unsafe.UnrolledUnsafeCopierBuilder
 
list - Variable in class net.bramp.unsafe.collection.AbstractArrayListTest
 
list - Variable in class net.bramp.unsafe.collection.AbstractUnsafeListTest
 
list - Variable in class net.bramp.unsafe.collection.ArrayListBenchmark
 
LongAdd - Enum in net.bramp.unsafe.bytebuddy
 
LongPoint - Class in net.bramp.unsafe.examples
0x00000000: 01 00 00 00 00 00 00 00 AE C4 62 DF 00 00 00 00 0x00000010: 01 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00
LongPoint(long, long) - Constructor for class net.bramp.unsafe.examples.LongPoint
 
LoopState() - Constructor for class net.bramp.unsafe.copier.UnrolledCopierBenchmark.LoopState
 

M

main(String[]) - Static method in class net.bramp.unsafe.collection.ArrayListBenchmark
Runs the ArrayListBenchmarks.
main(String[]) - Static method in class net.bramp.unsafe.copier.UnrolledCopierBenchmark
 
Main - Class in net.bramp.unsafe
 
Main() - Constructor for class net.bramp.unsafe.Main
 
main(String[]) - Static method in class net.bramp.unsafe.Main
 
main(String[]) - Static method in class net.bramp.unsafe.MemoryTest
Starts the test.
main(String[]) - Static method in class net.bramp.unsafe.RunAll
 
Main.UnsafeTester - Class in net.bramp.unsafe
_________________________________________________________________ | Test | Trial| Time (s)| Extra | |================================================================| | Create | 0 | 19.281 | | | Safelist Sum | 0 | 0.208 | -1254641639, 1253696635| | Unsafelist Sum (copy)| 0 | 0.448 | -1254641639, 1253696635| | Safelist Sum | 1 | 0.235 | -1254641639, 1253696635| | Unsafelist Sum (copy)| 1 | 0.282 | -1254641639, 1253696635| | Safelist Sum | 2 | 0.259 | -1254641639, 1253696635| | Unsafelist Sum (copy)| 2 | 0.22 | -1254641639, 1253696635| | Safelist Sum | 3 | 0.23 | -1254641639, 1253696635| | Unsafelist Sum (copy)| 3 | 0.271 | -1254641639, 1253696635| | Safelist Sum | 4 | 0.251 | -1254641639, 1253696635| | Unsafelist Sum (copy)| 4 | 0.263 | -1254641639, 1253696635|
MemoryProfiler - Class in net.bramp.unsafe.jmh
 
MemoryProfiler() - Constructor for class net.bramp.unsafe.jmh.MemoryProfiler
 
MemoryTest - Class in net.bramp.unsafe
Finds out how much memory each benchmark would take.
MemoryTest() - Constructor for class net.bramp.unsafe.MemoryTest
 
memoryUsage() - Static method in class net.bramp.unsafe.MemoryUtils
Calculates the memory usage according to Runtime.
MemoryUtils - Class in net.bramp.unsafe
 
MemoryUtils() - Constructor for class net.bramp.unsafe.MemoryUtils
 
MethodVariableStore - Enum in net.bramp.unsafe.bytebuddy
A stack assignment that stores a method variable from a given index of the local variable array.
MethodVariableStore.ArgumentStoringStackManipulation - Class in net.bramp.unsafe.bytebuddy
A stack manipulation for loading a variable of a method's local variable array onto the operand stack.

N

net.bramp.unsafe - package net.bramp.unsafe
 
net.bramp.unsafe.bytebuddy - package net.bramp.unsafe.bytebuddy
 
net.bramp.unsafe.collection - package net.bramp.unsafe.collection
 
net.bramp.unsafe.collection.tests - package net.bramp.unsafe.collection.tests
 
net.bramp.unsafe.copier - package net.bramp.unsafe.copier
 
net.bramp.unsafe.examples - package net.bramp.unsafe.examples
 
net.bramp.unsafe.jmh - package net.bramp.unsafe.jmh
 
net.bramp.unsafe.sort - package net.bramp.unsafe.sort
 
newInstance() - Method in class net.bramp.unsafe.collection.AbstractArrayListTest
Creates a new instance of the test class, with fields populated with random values.
newInstance(T) - Method in class net.bramp.unsafe.collection.AbstractUnsafeListTest
Populates the fields of obj with random values.
newInstance() - Method in class net.bramp.unsafe.collection.tests.ArrayListEightLongs
 
newInstance() - Method in class net.bramp.unsafe.collection.tests.ArrayListFourLongs
 
newInstance() - Method in class net.bramp.unsafe.collection.tests.ArrayListLongPoint
 
newInstance(EightLongs) - Method in class net.bramp.unsafe.collection.tests.UnsafeListEightLongs
 
newInstance(FourLongs) - Method in class net.bramp.unsafe.collection.tests.UnsafeListFourLongs
 
newInstance(LongPoint) - Method in class net.bramp.unsafe.collection.tests.UnsafeListLongPoint
 

O

of(Class) - Method in class net.bramp.unsafe.UnrolledUnsafeCopierBuilder
 
offset(long) - Method in class net.bramp.unsafe.UnrolledUnsafeCopierBuilder
 

P

partition(InplaceList<E>, int, int) - Static method in class net.bramp.unsafe.sort.InplaceQuickSort
Divides array from pivot, left side contains elements less than Pivot while right side contains elements greater than pivot.
partition(List<E>, int, int) - Static method in class net.bramp.unsafe.sort.QuickSort
Divides array from pivot, left side contains elements less than Pivot while right side contains elements greater than pivot.
Person - Class in net.bramp.unsafe.examples
 
Person(String, long, char) - Constructor for class net.bramp.unsafe.examples.Person
 
pidMemoryUsage() - Static method in class net.bramp.unsafe.MemoryUtils
Calculates the memory usage according to ps for this process.
pidMemoryUsage(int) - Static method in class net.bramp.unsafe.MemoryUtils
Calculates the memory usage according to ps for a given pid.
printMemoryLayout2() - Static method in class net.bramp.unsafe.Main
 

Q

quickSort(InplaceList<E>) - Static method in class net.bramp.unsafe.sort.InplaceQuickSort
Sorts given array using QuickSort
QuickSort - Class in net.bramp.unsafe.sort
Java program to Sort integer array using QuickSort algorithm using recursion.
QuickSort() - Constructor for class net.bramp.unsafe.sort.QuickSort
 
quickSort(List<E>) - Static method in class net.bramp.unsafe.sort.QuickSort
Sorts given array using QuickSort

R

rand - Variable in class net.bramp.unsafe.collection.AbstractListTest
 
recursiveQuickSort(InplaceList<E>, int, int) - Static method in class net.bramp.unsafe.sort.InplaceQuickSort
Recursive quicksort logic.
recursiveQuickSort(List<E>, int, int) - Static method in class net.bramp.unsafe.sort.QuickSort
Recursive quicksort logic.
RunAll - Class in net.bramp.unsafe
 
RunAll() - Constructor for class net.bramp.unsafe.RunAll
 

S

set(int, T) - Method in class net.bramp.unsafe.UnsafeArrayList
 
setRandomSeed(long) - Method in class net.bramp.unsafe.collection.AbstractListTest
 
setSize(int) - Method in class net.bramp.unsafe.collection.AbstractListTest
 
setup() - Method in class net.bramp.unsafe.collection.AbstractArrayListTest
 
setup() - Method in class net.bramp.unsafe.collection.AbstractListTest
Setups the test.
setup() - Method in class net.bramp.unsafe.collection.AbstractUnsafeListTest
 
setup() - Method in class net.bramp.unsafe.collection.ArrayListBenchmark
Sets up the benchmark.
setup() - Method in class net.bramp.unsafe.copier.UnrolledCopierBenchmark.DuffState
 
setup() - Method in class net.bramp.unsafe.copier.UnrolledCopierBenchmark.HandUnrolledState
 
setup() - Method in class net.bramp.unsafe.copier.UnrolledCopierBenchmark.LoopState
 
setup() - Method in class net.bramp.unsafe.copier.UnrolledCopierBenchmark.UnrolledState
 
shuffle() - Method in class net.bramp.unsafe.collection.AbstractArrayListTest
 
shuffle() - Method in class net.bramp.unsafe.collection.AbstractListTest
Shuffles the test list.
shuffle() - Method in class net.bramp.unsafe.collection.AbstractUnsafeListTest
 
shuffle() - Method in class net.bramp.unsafe.collection.ArrayListBenchmark
Shuffles the list under test.
Shuffle - Class in net.bramp.unsafe.sort
Simple Fisher–Yates shuffle inspired by Collections.shuffle(...).
Shuffle() - Constructor for class net.bramp.unsafe.sort.Shuffle
 
shuffle(List<T>, Random) - Static method in class net.bramp.unsafe.sort.Shuffle
 
shuffleInplace(InplaceList<T>, Random) - Static method in class net.bramp.unsafe.sort.Shuffle
 
size - Variable in class net.bramp.unsafe.collection.AbstractListTest
 
size - Variable in class net.bramp.unsafe.collection.ArrayListBenchmark
 
size() - Method in class net.bramp.unsafe.UnsafeArrayList
 
sizeOf(Object) - Static method in class net.bramp.unsafe.UnsafeHelper
 
sizeOf(Class) - Static method in class net.bramp.unsafe.UnsafeHelper
Returns the size of an instance of this class (in bytes).
sort() - Method in class net.bramp.unsafe.collection.AbstractArrayListTest
 
sort() - Method in class net.bramp.unsafe.collection.AbstractListTest
Sorts the test list.
sort() - Method in class net.bramp.unsafe.collection.AbstractUnsafeListTest
 
storeOffset(int) - Method in enum net.bramp.unsafe.bytebuddy.MethodVariableStore
Creates a stack assignment for a given index of the local variable array.
swap(int, int) - Method in interface net.bramp.unsafe.InplaceList
Swaps two elements
swap(List<T>, int, int) - Static method in class net.bramp.unsafe.sort.Shuffle
 
swap(int, int) - Method in class net.bramp.unsafe.UnsafeArrayList
Swaps two elements

T

testClass() - Method in class net.bramp.unsafe.collection.AbstractUnsafeListTest
Returns the class under test being used within the generic list.
testClass() - Method in class net.bramp.unsafe.collection.tests.UnsafeListEightLongs
 
testClass() - Method in class net.bramp.unsafe.collection.tests.UnsafeListFourLongs
 
testClass() - Method in class net.bramp.unsafe.collection.tests.UnsafeListLongPoint
 
testIterate(Blackhole) - Method in class net.bramp.unsafe.collection.ArrayListBenchmark
 
testListIterateInPlace(Blackhole) - Method in class net.bramp.unsafe.collection.ArrayListBenchmark
 
testSort() - Method in class net.bramp.unsafe.collection.ArrayListBenchmark
 
toAddress(Object) - Static method in class net.bramp.unsafe.UnsafeHelper
Returns the address the object is located at
toByteArray(Object) - Static method in class net.bramp.unsafe.UnsafeHelper
Returns the object as a byte array, including header, padding and all fields.
toString() - Method in class net.bramp.unsafe.bytebuddy.MethodVariableStore.ArgumentStoringStackManipulation
 
toString() - Method in enum net.bramp.unsafe.bytebuddy.MethodVariableStore
 
toString() - Method in class net.bramp.unsafe.examples.EightLongs
 
toString() - Method in class net.bramp.unsafe.examples.FourLongs
 
toString() - Method in class net.bramp.unsafe.examples.IntPoint
 
toString() - Method in class net.bramp.unsafe.examples.LongPoint
 
toString() - Method in class net.bramp.unsafe.examples.Person
 
type - Variable in class net.bramp.unsafe.collection.ArrayListBenchmark
 

U

UnrolledCopierBenchmark - Class in net.bramp.unsafe.copier
Benchmark Mode Cnt Score Error Units UnrolledCopierBenchmark.testHandUnrolled thrpt 25 430.376 ± 27.448 ops/us UnrolledCopierBenchmark.testLoop thrpt 25 218.056 ± 11.123 ops/us UnrolledCopierBenchmark.testUnrolled thrpt 25 437.139 ± 22.811 ops/us UnrolledCopierBenchmark.testDuff thrpt 20 192.119 ± 9.602 ops/us
UnrolledCopierBenchmark() - Constructor for class net.bramp.unsafe.copier.UnrolledCopierBenchmark
 
UnrolledCopierBenchmark.DuffState - Class in net.bramp.unsafe.copier
 
UnrolledCopierBenchmark.HandUnrolledState - Class in net.bramp.unsafe.copier
 
UnrolledCopierBenchmark.LoopState - Class in net.bramp.unsafe.copier
 
UnrolledCopierBenchmark.UnrolledState - Class in net.bramp.unsafe.copier
 
UnrolledState() - Constructor for class net.bramp.unsafe.copier.UnrolledCopierBenchmark.UnrolledState
 
UnrolledUnsafeCopierBuilder - Class in net.bramp.unsafe
This constructs a class specialised for copying the exact number of bytes specified.
UnrolledUnsafeCopierBuilder() - Constructor for class net.bramp.unsafe.UnrolledUnsafeCopierBuilder
 
unsafe - Variable in class net.bramp.unsafe.UnsafeCopier
 
UnsafeArrayList<T> - Class in net.bramp.unsafe
ArrayList implemented using Unsafe operations
UnsafeArrayList(Class<T>) - Constructor for class net.bramp.unsafe.UnsafeArrayList
 
UnsafeArrayList(Class<T>, Collection<? extends T>) - Constructor for class net.bramp.unsafe.UnsafeArrayList
 
UnsafeArrayList(Class<T>, int) - Constructor for class net.bramp.unsafe.UnsafeArrayList
 
UnsafeCopier - Class in net.bramp.unsafe
Abstract class that all copiers are based on.
UnsafeCopier(Unsafe) - Constructor for class net.bramp.unsafe.UnsafeCopier
 
UnsafeHelper - Class in net.bramp.unsafe
UnsafeHelper() - Constructor for class net.bramp.unsafe.UnsafeHelper
 
UnsafeListEightLongs - Class in net.bramp.unsafe.collection.tests
 
UnsafeListEightLongs() - Constructor for class net.bramp.unsafe.collection.tests.UnsafeListEightLongs
 
UnsafeListFourLongs - Class in net.bramp.unsafe.collection.tests
 
UnsafeListFourLongs() - Constructor for class net.bramp.unsafe.collection.tests.UnsafeListFourLongs
 
UnsafeListLongPoint - Class in net.bramp.unsafe.collection.tests
 
UnsafeListLongPoint() - Constructor for class net.bramp.unsafe.collection.tests.UnsafeListLongPoint
 
UnsafeTester() - Constructor for class net.bramp.unsafe.Main.UnsafeTester
 

V

valueOf(String) - Static method in enum net.bramp.unsafe.bytebuddy.LongAdd
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.bramp.unsafe.bytebuddy.MethodVariableStore
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.bramp.unsafe.bytebuddy.LongAdd
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.bramp.unsafe.bytebuddy.MethodVariableStore
Returns an array containing the constants of this enum type, in the order they are declared.

X

x - Variable in class net.bramp.unsafe.examples.IntPoint
 
x - Variable in class net.bramp.unsafe.examples.LongPoint
 

Y

y - Variable in class net.bramp.unsafe.examples.IntPoint
 
y - Variable in class net.bramp.unsafe.examples.LongPoint
 
A B C D E F G H I J L M N O P Q R S T U V X Y 
Skip navigation links

Copyright © 2015. All rights reserved.