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

A

AbstractHopScotchCollection<VALUE> - Class in org.neo4j.collection.primitive.hopscotch
Typical design of a hop scotch collection holding a table and communicating with HopScotchHashingAlgorithm It's a HopScotchHashingAlgorithm.ResizeMonitor which will have the Table reassigned when it grows.
AbstractHopScotchCollection(Table<VALUE>) - Constructor for class org.neo4j.collection.primitive.hopscotch.AbstractHopScotchCollection
 
AbstractIntHopScotchCollection<VALUE> - Class in org.neo4j.collection.primitive.hopscotch
 
AbstractIntHopScotchCollection(Table<VALUE>) - Constructor for class org.neo4j.collection.primitive.hopscotch.AbstractIntHopScotchCollection
 
AbstractLongHopScotchCollection<VALUE> - Class in org.neo4j.collection.primitive.hopscotch
 
AbstractLongHopScotchCollection(Table<VALUE>) - Constructor for class org.neo4j.collection.primitive.hopscotch.AbstractLongHopScotchCollection
 
acquire() - Method in class org.neo4j.collection.pool.LinkedQueuePool
 
acquire() - Method in class org.neo4j.collection.pool.MarshlandPool
 
acquire() - Method in interface org.neo4j.collection.pool.Pool
 
acquired(R) - Method in interface org.neo4j.collection.pool.LinkedQueuePool.Monitor
 
acquired(R) - Method in class org.neo4j.collection.pool.LinkedQueuePool.Monitor.Adapter
 
Adapter() - Constructor for class org.neo4j.collection.pool.LinkedQueuePool.Monitor.Adapter
 
Adapter() - Constructor for class org.neo4j.collection.primitive.hopscotch.HopScotchHashingAlgorithm.Monitor.Adapter
 
add(int) - Method in class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveIntSet
 
add(long) - Method in class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveLongSet
 
add(int) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveIntHashSet
 
add(long) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongHashSet
 
add(int) - Method in interface org.neo4j.collection.primitive.PrimitiveIntSet
 
add(long) - Method in interface org.neo4j.collection.primitive.PrimitiveLongSet
 
add(Type) - Method in class org.neo4j.concurrent.RecentK
 
addAll(PrimitiveIntIterator) - Method in class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveIntSet
 
addAll(PrimitiveLongIterator) - Method in class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveLongSet
 
addAll(PrimitiveIntIterator) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveIntHashSet
 
addAll(PrimitiveLongIterator) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongHashSet
 
addAll(PrimitiveIntIterator) - Method in interface org.neo4j.collection.primitive.PrimitiveIntSet
 
addAll(PrimitiveLongIterator) - Method in interface org.neo4j.collection.primitive.PrimitiveLongSet
 
addToCollection(PrimitiveLongIterator, C) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
Adds all the items in iterator to collection.
append(PrimitiveIntIterator, int) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
append(PrimitiveLongIterator, long) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
apply(Material) - Method in interface org.neo4j.concurrent.Work
Apply this unit of work to the given material.
apply(W) - Method in class org.neo4j.concurrent.WorkSync
Apply the given work to the material in a thread-safe way, possibly by combining it with other work.
asArray(PrimitiveIntIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
asArray(Collection<Integer>) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
asArray(PrimitiveLongIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
asArray(Iterator<Long>) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
asHex() - Method in class org.neo4j.concurrent.DecayingFlags
 
asList(PrimitiveLongIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
Pulls all items from the iterator and puts them into a List, boxing each long.
asSet(PrimitiveIntIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
asSet(int[]) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
asSet(long[], LongToIntFunction) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
asSet(PrimitiveLongIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
asSetAllowDuplicates(PrimitiveIntIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
asSetAllowDuplicates(PrimitiveLongIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
AsyncEvent - Class in org.neo4j.concurrent
The base-class for events that can be processed with an AsyncEvents processor.
AsyncEvent() - Constructor for class org.neo4j.concurrent.AsyncEvent
 
AsyncEvents<T extends AsyncEvent> - Class in org.neo4j.concurrent
AsyncEvents is a mechanism for queueing up events to be processed asynchronously in a background thread.
AsyncEvents(Consumer<T>, AsyncEvents.Monitor) - Constructor for class org.neo4j.concurrent.AsyncEvents
Construct a new AsyncEvents instance, that will use the given consumer to process the events.
AsyncEvents.Monitor - Interface in org.neo4j.concurrent
 
AsyncEventSender<T extends AsyncEvent> - Interface in org.neo4j.concurrent
An end-point of sorts, through which events can be sent or queued up for background processing.
await() - Method in class org.neo4j.concurrent.BinaryLatch
Wait for the latch to be released, blocking the current thread if necessary.
awaitStartup() - Method in class org.neo4j.concurrent.AsyncEvents
 
awaitTermination() - Method in class org.neo4j.concurrent.AsyncEvents
 

B

baseCapacity(int) - Static method in class org.neo4j.collection.primitive.hopscotch.PowerOfTwoQuantizedTable
 
BinaryLatch - Class in org.neo4j.concurrent
This class is similar in many ways to a CountDownLatch(1).
BinaryLatch() - Constructor for class org.neo4j.concurrent.BinaryLatch
 

C

capacity() - Method in class org.neo4j.collection.primitive.hopscotch.PowerOfTwoQuantizedTable
 
capacity() - Method in interface org.neo4j.collection.primitive.hopscotch.Table
 
capacity() - Method in class org.neo4j.collection.primitive.PrimitiveLongIntKeyValueArray
The current capacity.
clear() - Method in class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveCollection
 
clear() - Method in class org.neo4j.collection.primitive.hopscotch.AbstractHopScotchCollection
 
clear() - Method in class org.neo4j.collection.primitive.hopscotch.IntArrayBasedKeyTable
 
clear() - Method in class org.neo4j.collection.primitive.hopscotch.PowerOfTwoQuantizedTable
 
clear() - Method in interface org.neo4j.collection.primitive.hopscotch.Table
Removes all entries from this table.
clear() - Method in class org.neo4j.collection.primitive.hopscotch.UnsafeTable
 
clear() - Method in interface org.neo4j.collection.primitive.PrimitiveCollection
 
clear() - Method in class org.neo4j.collection.primitive.PrimitiveIntStack
 
clear() - Method in class org.neo4j.collection.primitive.PrimitiveLongStack
 
close() - Method in class org.neo4j.collection.pool.MarshlandPool
 
close() - Method in class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveCollection
 
close() - Method in class org.neo4j.collection.primitive.hopscotch.AbstractHopScotchCollection
 
close() - Method in class org.neo4j.collection.primitive.hopscotch.PowerOfTwoQuantizedTable
 
close() - Method in interface org.neo4j.collection.primitive.hopscotch.Table
Free any resources
close() - Method in class org.neo4j.collection.primitive.hopscotch.UnsafeTable
 
close() - Method in interface org.neo4j.collection.primitive.PrimitiveCollection
Free any attached resources.
close() - Method in class org.neo4j.collection.primitive.PrimitiveIntStack
 
close() - Method in class org.neo4j.collection.primitive.PrimitiveLongStack
 
close() - Method in interface org.neo4j.cursor.Cursor
 
close() - Method in interface org.neo4j.cursor.RawCursor
Signal that the cursor is no longer needed.
combine(Future<? extends V>...) - Static method in class org.neo4j.concurrent.Futures
Combine multiple @{link Future} instances into a single Future
combine(Iterable<? extends Future<? extends V>>) - Static method in class org.neo4j.concurrent.Futures
Combine multiple @{link Future} instances into a single Future
combine(W) - Method in interface org.neo4j.concurrent.Work
Combine this unit of work with the given unit of work, and produce a unit of work that represents the aggregate of the work.
concat(Iterator<PrimitiveIntIterator>) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
concat(Iterable<PrimitiveLongIterator>) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
concat(Iterator<PrimitiveLongIterator>) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
constant(int) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
constant(long) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
consume(PrimitiveIntIterator, IntConsumer) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
contains(int) - Method in class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveIntSet
 
contains(long) - Method in class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveLongSet
 
contains(int) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveIntHashSet
 
contains(long) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongHashSet
 
contains(int[], int) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
contains(int) - Method in interface org.neo4j.collection.primitive.PrimitiveIntSet
 
contains(long) - Method in interface org.neo4j.collection.primitive.PrimitiveLongSet
 
containsKey(long) - Method in class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveLongObjectMap
 
containsKey(int) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveIntLongHashMap
 
containsKey(int) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveIntObjectHashMap
 
containsKey(long) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongIntHashMap
 
containsKey(long) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongLongHashMap
 
containsKey(long) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongObjectHashMap
 
containsKey(int) - Method in interface org.neo4j.collection.primitive.PrimitiveIntLongMap
 
containsKey(int) - Method in interface org.neo4j.collection.primitive.PrimitiveIntObjectMap
 
containsKey(long) - Method in interface org.neo4j.collection.primitive.PrimitiveLongIntMap
 
containsKey(long) - Method in interface org.neo4j.collection.primitive.PrimitiveLongLongMap
 
containsKey(long) - Method in interface org.neo4j.collection.primitive.PrimitiveLongObjectMap
 
copyTo(Register.DoubleLong.Out) - Method in interface org.neo4j.register.Register.DoubleLong.Copyable
 
count(PrimitiveIntIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
count(PrimitiveLongIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
created(R) - Method in class org.neo4j.collection.pool.LinkedQueuePool.Monitor.Adapter
 
created(R) - Method in interface org.neo4j.collection.pool.LinkedQueuePool.Monitor
 
Cursor<T> - Interface in org.neo4j.cursor
A cursor is an object that moves to point to different locations in a data structure.
CursorValue<T> - Class in org.neo4j.cursor
 
CursorValue() - Constructor for class org.neo4j.cursor.CursorValue
 

D

DecayingFlags - Class in org.neo4j.concurrent
This is a concurrent data structure used to track some set if boolean flags.
DecayingFlags(int) - Constructor for class org.neo4j.concurrent.DecayingFlags
 
DecayingFlags.Key - Class in org.neo4j.concurrent
A flag in the set, with a unique index pointing to the bit that correlates to this flag.
deduplicate(PrimitiveIntIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
deduplicate(int[]) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
Deduplicates values in the sorted values array.
deduplicate(PrimitiveLongIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
deduplicate(long[]) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
Deduplicates values in the sorted values array.
DEFAULT_CHECK_INTERVAL - Static variable in class org.neo4j.collection.pool.LinkedQueuePool
 
DEFAULT_GROWTH_FACTOR - Static variable in class org.neo4j.collection.primitive.PrimitiveLongIntKeyValueArray
 
DEFAULT_H - Static variable in class org.neo4j.collection.primitive.hopscotch.HopScotchHashingAlgorithm
Default number of hop bits per index, i.e.
DEFAULT_HASHING - Static variable in class org.neo4j.collection.primitive.hopscotch.HopScotchHashingAlgorithm
The default hash function is based on a pseudo-random number generator, which uses the input value as a seed to the generator.
DEFAULT_HEAP_CAPACITY - Static variable in class org.neo4j.collection.primitive.Primitive
 
DEFAULT_INITIAL_CAPACITY - Static variable in class org.neo4j.collection.primitive.PrimitiveLongIntKeyValueArray
 
DEFAULT_OFFHEAP_CAPACITY - Static variable in class org.neo4j.collection.primitive.Primitive
 
disposeAll() - Method in class org.neo4j.collection.pool.LinkedQueuePool
Dispose of all pooled objects.
disposeAll() - Method in class org.neo4j.collection.pool.MarshlandPool
Dispose of all objects in this pool, releasing them back to the delegate pool
disposed(R) - Method in class org.neo4j.collection.pool.LinkedQueuePool.Monitor.Adapter
 
disposed(R) - Method in interface org.neo4j.collection.pool.LinkedQueuePool.Monitor
 

E

Empty - Class in org.neo4j.collection.primitive.base
 
Empty() - Constructor for class org.neo4j.collection.primitive.base.Empty
 
EMPTY - Static variable in interface org.neo4j.collection.primitive.PrimitiveLongVisitor
 
Empty.EmptyPrimitiveCollection - Class in org.neo4j.collection.primitive.base
 
Empty.EmptyPrimitiveIntCollection - Class in org.neo4j.collection.primitive.base
 
Empty.EmptyPrimitiveIntSet - Class in org.neo4j.collection.primitive.base
 
Empty.EmptyPrimitiveLongCollection - Class in org.neo4j.collection.primitive.base
 
Empty.EmptyPrimitiveLongObjectMap<T> - Class in org.neo4j.collection.primitive.base
 
Empty.EmptyPrimitiveLongSet - Class in org.neo4j.collection.primitive.base
 
EMPTY_LONG_ARRAY - Static variable in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
EMPTY_PRIMITIVE_INT_SET - Static variable in class org.neo4j.collection.primitive.base.Empty
 
EMPTY_PRIMITIVE_LONG_COLLECTION - Static variable in class org.neo4j.collection.primitive.base.Empty
 
EMPTY_PRIMITIVE_LONG_OBJECT_MAP - Static variable in class org.neo4j.collection.primitive.base.Empty
 
EMPTY_PRIMITIVE_LONG_SET - Static variable in class org.neo4j.collection.primitive.base.Empty
 
emptyIterator() - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
emptyIterator() - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
emptyObjectMap() - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
EmptyPrimitiveCollection() - Constructor for class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveCollection
 
EmptyPrimitiveIntCollection() - Constructor for class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveIntCollection
 
EmptyPrimitiveIntSet() - Constructor for class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveIntSet
 
EmptyPrimitiveLongCollection() - Constructor for class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveLongCollection
 
EmptyPrimitiveLongObjectMap() - Constructor for class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveLongObjectMap
 
EmptyPrimitiveLongSet() - Constructor for class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveLongSet
 
emptySet() - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
emptySet() - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
ensureCapacity(int) - Method in class org.neo4j.collection.primitive.PrimitiveLongIntKeyValueArray
Ensure the array has at least the capacity requested.
equals(Object) - Method in class org.neo4j.collection.primitive.hopscotch.AbstractHopScotchCollection
 
equals(Object) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveIntHashSet
 
equals(Object) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveIntLongHashMap
 
equals(Object) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveIntObjectHashMap
 
equals(Object) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongHashSet
 
equals(Object) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongIntHashMap
 
equals(Object) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongLongHashMap
 
equals(Object) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongObjectHashMap
 
equals(PrimitiveIntIterator, PrimitiveIntIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
Validates whether two Iterators are equal or not, i.e.
equals(PrimitiveLongIterator, PrimitiveLongIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
Validates whether two Iterators are equal or not, i.e.
eventCount(long) - Method in interface org.neo4j.concurrent.AsyncEvents.Monitor
 

F

filter(PrimitiveIntIterator, IntPredicate) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
filter(PrimitiveLongIterator, LongPredicate) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
first(PrimitiveIntIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
first(PrimitiveIntIterator, int) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
first(PrimitiveLongIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
first(PrimitiveLongIterator, long) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
flag(DecayingFlags.Key) - Method in class org.neo4j.concurrent.DecayingFlags
 
flatten(Iterator<PrimitiveIntIterator>) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
forAll(Consumer<T>) - Method in interface org.neo4j.cursor.RawCursor
 
Futures - Class in org.neo4j.concurrent
Constructors for basic Future types
Futures() - Constructor for class org.neo4j.concurrent.Futures
 

G

get(long) - Method in class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveLongObjectMap
 
get(Table<VALUE>, HopScotchHashingAlgorithm.Monitor, HopScotchHashingAlgorithm.HashFunction, long) - Static method in class org.neo4j.collection.primitive.hopscotch.HopScotchHashingAlgorithm
 
get(int) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveIntLongHashMap
 
get(int) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveIntObjectHashMap
 
get(long) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongIntHashMap
 
get(long) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongLongHashMap
 
get(long) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongObjectHashMap
 
get(int) - Method in interface org.neo4j.collection.primitive.PrimitiveIntLongMap
 
get(int) - Method in interface org.neo4j.collection.primitive.PrimitiveIntObjectMap
 
get(long) - Method in interface org.neo4j.collection.primitive.PrimitiveLongIntMap
 
get(long) - Method in interface org.neo4j.collection.primitive.PrimitiveLongLongMap
 
get(long) - Method in interface org.neo4j.collection.primitive.PrimitiveLongObjectMap
 
get() - Method in class org.neo4j.cursor.CursorValue
 
getAsLong() - Method in class org.neo4j.cursor.LongValue
 
getEmpty() - Static method in interface org.neo4j.cursor.IOCursor
 
getLastTable() - Method in class org.neo4j.collection.primitive.hopscotch.AbstractHopScotchCollection
 
getLastTable() - Method in interface org.neo4j.collection.primitive.hopscotch.HopScotchHashingAlgorithm.ResizeMonitor
 
getOrDefault(long, int) - Method in class org.neo4j.collection.primitive.PrimitiveLongIntKeyValueArray
Fetch the integer mapped to the given key or defaultValue if that key does not exist.
grow() - Method in class org.neo4j.collection.primitive.hopscotch.PowerOfTwoQuantizedTable
 
grow() - Method in interface org.neo4j.collection.primitive.hopscotch.Table
Grows the table to double that of the current size.
growthFactor() - Method in class org.neo4j.collection.primitive.PrimitiveLongIntKeyValueArray
The proportion by which this array will automatically grow when full.

H

h() - Method in class org.neo4j.collection.primitive.hopscotch.PowerOfTwoQuantizedTable
 
h() - Method in interface org.neo4j.collection.primitive.hopscotch.Table
 
hash(long) - Method in interface org.neo4j.collection.primitive.hopscotch.HopScotchHashingAlgorithm.HashFunction
 
hashCode() - Method in class org.neo4j.collection.primitive.hopscotch.AbstractHopScotchCollection
 
hashCode() - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveIntHashSet
 
hashCode() - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveIntLongHashMap
 
hashCode() - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveIntObjectHashMap
 
hashCode() - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongHashSet
 
hashCode() - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongIntHashMap
 
hashCode() - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongLongHashMap
 
hashCode() - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongObjectHashMap
 
hasMultipleValues() - Method in class org.neo4j.collection.primitive.PrimitiveLongPeekingIterator
 
hasNext() - Method in class org.neo4j.collection.primitive.PrimitiveIntCollections.PrimitiveIntBaseIterator
 
hasNext() - Method in interface org.neo4j.collection.primitive.PrimitiveIntIterator
 
hasNext() - Method in class org.neo4j.collection.primitive.PrimitiveLongCollections.PrimitiveLongBaseIterator
 
hasNext() - Method in interface org.neo4j.collection.primitive.PrimitiveLongIterator
 
hasValues(long, long) - Method in interface org.neo4j.register.Register.DoubleLong.Copyable
 
hopBits(int) - Method in class org.neo4j.collection.primitive.hopscotch.IntArrayBasedKeyTable
 
hopBits(int) - Method in interface org.neo4j.collection.primitive.hopscotch.Table
A short summary of the hop bits format: It's a bit map represented as an int, where each set bit represents an offset where there's a neighbor for this index.
hopBits(int) - Method in class org.neo4j.collection.primitive.hopscotch.UnsafeTable
 
HopScotchHashingAlgorithm - Class in org.neo4j.collection.primitive.hopscotch
An implementation of the hop-scotch algorithm, see http://en.wikipedia.org/wiki/Hopscotch_hashing.
HopScotchHashingAlgorithm() - Constructor for class org.neo4j.collection.primitive.hopscotch.HopScotchHashingAlgorithm
 
HopScotchHashingAlgorithm.HashFunction - Interface in org.neo4j.collection.primitive.hopscotch
 
HopScotchHashingAlgorithm.Monitor - Interface in org.neo4j.collection.primitive.hopscotch
Monitor for what how a HopScotchHashingAlgorithm changes the items in a Table.
HopScotchHashingAlgorithm.Monitor.Adapter - Class in org.neo4j.collection.primitive.hopscotch
 
HopScotchHashingAlgorithm.ResizeMonitor<VALUE> - Interface in org.neo4j.collection.primitive.hopscotch
 

I

increment(long, long) - Method in interface org.neo4j.register.Register.DoubleLong.Out
 
increment(int) - Method in interface org.neo4j.register.Register.Int.Out
 
increment(long) - Method in interface org.neo4j.register.Register.Long.Out
 
index() - Method in class org.neo4j.concurrent.DecayingFlags.Key
 
indexOf(PrimitiveIntIterator, int) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
Returns the index of the given item in the iterator(zero-based).
indexOf(PrimitiveLongIterator, long) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
Returns the index of the given item in the iterator(zero-based).
IntArrayBasedKeyTable<VALUE> - Class in org.neo4j.collection.primitive.hopscotch
Table implementation for handling primitive int/long keys and hop bits.
IntKeyLongValueTable - Class in org.neo4j.collection.primitive.hopscotch
 
IntKeyLongValueTable(int) - Constructor for class org.neo4j.collection.primitive.hopscotch.IntKeyLongValueTable
 
IntKeyObjectValueTable<VALUE> - Class in org.neo4j.collection.primitive.hopscotch
 
IntKeyObjectValueTable(int) - Constructor for class org.neo4j.collection.primitive.hopscotch.IntKeyObjectValueTable
 
IntKeyTable<VALUE> - Class in org.neo4j.collection.primitive.hopscotch
 
IntKeyTable(int, VALUE) - Constructor for class org.neo4j.collection.primitive.hopscotch.IntKeyTable
 
IntKeyUnsafeTable<VALUE> - Class in org.neo4j.collection.primitive.hopscotch
 
IntKeyUnsafeTable(int, VALUE) - Constructor for class org.neo4j.collection.primitive.hopscotch.IntKeyUnsafeTable
 
intLongMap() - Static method in class org.neo4j.collection.primitive.Primitive
 
intLongMap(int) - Static method in class org.neo4j.collection.primitive.Primitive
 
intObjectMap() - Static method in class org.neo4j.collection.primitive.Primitive
 
intObjectMap(int) - Static method in class org.neo4j.collection.primitive.Primitive
 
intSet() - Static method in class org.neo4j.collection.primitive.Primitive
 
intSet(int) - Static method in class org.neo4j.collection.primitive.Primitive
 
invalidate() - Method in class org.neo4j.cursor.CursorValue
 
IOCursor<T> - Interface in org.neo4j.cursor
 
isEmpty() - Method in class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveCollection
 
isEmpty() - Method in class org.neo4j.collection.primitive.hopscotch.AbstractHopScotchCollection
 
isEmpty() - Method in class org.neo4j.collection.primitive.hopscotch.PowerOfTwoQuantizedTable
 
isEmpty() - Method in interface org.neo4j.collection.primitive.hopscotch.Table
 
isEmpty() - Method in interface org.neo4j.collection.primitive.PrimitiveCollection
 
isEmpty() - Method in class org.neo4j.collection.primitive.PrimitiveIntStack
 
isEmpty() - Method in class org.neo4j.collection.primitive.PrimitiveLongStack
 
itemAt(PrimitiveIntIterator, int) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
itemAt(PrimitiveIntIterator, int, int) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
itemAt(PrimitiveLongIterator, int) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
itemAt(PrimitiveLongIterator, int, long) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
iterator() - Method in class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveIntCollection
 
iterator() - Method in class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveLongCollection
 
iterator() - Method in class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveLongObjectMap
 
iterator() - Method in class org.neo4j.collection.primitive.hopscotch.AbstractIntHopScotchCollection
 
iterator() - Method in class org.neo4j.collection.primitive.hopscotch.AbstractLongHopScotchCollection
 
iterator(long...) - Static method in class org.neo4j.collection.primitive.Primitive
 
iterator(int...) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
iterator() - Method in interface org.neo4j.collection.primitive.PrimitiveIntIterable
 
iterator() - Method in class org.neo4j.collection.primitive.PrimitiveIntStack
 
iterator(long...) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
iterator() - Method in interface org.neo4j.collection.primitive.PrimitiveLongIterable
 
iterator() - Method in class org.neo4j.collection.primitive.PrimitiveLongStack
 
iterator() - Method in class org.neo4j.concurrent.RecentK
 

J

JUL_HASHING - Static variable in class org.neo4j.collection.primitive.hopscotch.HopScotchHashingAlgorithm
Same hash function as that used by the standard library hash collections.

K

key(int) - Method in class org.neo4j.collection.primitive.hopscotch.IntKeyLongValueTable
 
key(int) - Method in class org.neo4j.collection.primitive.hopscotch.IntKeyTable
 
key(int) - Method in class org.neo4j.collection.primitive.hopscotch.LongKeyIntValueTable
 
key(int) - Method in class org.neo4j.collection.primitive.hopscotch.LongKeyTable
 
key(int) - Method in interface org.neo4j.collection.primitive.hopscotch.Table
 
key(int) - Method in class org.neo4j.collection.primitive.hopscotch.UnsafeTable
 
Key(int) - Constructor for class org.neo4j.concurrent.DecayingFlags.Key
 
keys() - Method in class org.neo4j.collection.primitive.PrimitiveLongIntKeyValueArray
Return an array of all key values, in order of insertion.

L

last(PrimitiveIntIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
last(PrimitiveIntIterator, int) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
last(PrimitiveLongIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
last(PrimitiveLongIterator, long) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
limit(PrimitiveIntIterator, int) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
limit(PrimitiveLongIterator, int) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
LinkedQueuePool<R> - Class in org.neo4j.collection.pool
 
LinkedQueuePool(int, Factory<R>) - Constructor for class org.neo4j.collection.pool.LinkedQueuePool
 
LinkedQueuePool(int, Factory<R>, LinkedQueuePool.CheckStrategy, LinkedQueuePool.Monitor) - Constructor for class org.neo4j.collection.pool.LinkedQueuePool
 
LinkedQueuePool.CheckStrategy - Interface in org.neo4j.collection.pool
 
LinkedQueuePool.CheckStrategy.TimeoutCheckStrategy - Class in org.neo4j.collection.pool
 
LinkedQueuePool.Monitor<R> - Interface in org.neo4j.collection.pool
 
LinkedQueuePool.Monitor.Adapter<R> - Class in org.neo4j.collection.pool
 
longIntMap() - Static method in class org.neo4j.collection.primitive.Primitive
 
longIntMap(int) - Static method in class org.neo4j.collection.primitive.Primitive
 
LongKeyIntValueTable - Class in org.neo4j.collection.primitive.hopscotch
 
LongKeyIntValueTable(int) - Constructor for class org.neo4j.collection.primitive.hopscotch.LongKeyIntValueTable
 
LongKeyLongValueUnsafeTable - Class in org.neo4j.collection.primitive.hopscotch
 
LongKeyLongValueUnsafeTable(int) - Constructor for class org.neo4j.collection.primitive.hopscotch.LongKeyLongValueUnsafeTable
 
LongKeyObjectValueTable<VALUE> - Class in org.neo4j.collection.primitive.hopscotch
 
LongKeyObjectValueTable(int) - Constructor for class org.neo4j.collection.primitive.hopscotch.LongKeyObjectValueTable
 
LongKeyTable<VALUE> - Class in org.neo4j.collection.primitive.hopscotch
 
LongKeyTable(int, VALUE) - Constructor for class org.neo4j.collection.primitive.hopscotch.LongKeyTable
 
LongKeyUnsafeTable<VALUE> - Class in org.neo4j.collection.primitive.hopscotch
 
LongKeyUnsafeTable(int, VALUE) - Constructor for class org.neo4j.collection.primitive.hopscotch.LongKeyUnsafeTable
 
longObjectMap() - Static method in class org.neo4j.collection.primitive.Primitive
 
longObjectMap(int) - Static method in class org.neo4j.collection.primitive.Primitive
 
longSet() - Static method in class org.neo4j.collection.primitive.Primitive
 
longSet(int) - Static method in class org.neo4j.collection.primitive.Primitive
 
LongValue - Class in org.neo4j.cursor
Mutable implementation of LongSupplier.
LongValue() - Constructor for class org.neo4j.cursor.LongValue
 

M

map(IntFunction<T>, PrimitiveIntIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
map(LongFunction<T>, PrimitiveLongIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
mapToSet(PrimitiveIntIterator, IntFunction<T>) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
MarshlandPool<T> - Class in org.neo4j.collection.pool
A concurrent pool that attempts to use thread-local pooling (puddles!) rather than a single big pool of objects to lower contention.
MarshlandPool(Factory<T>) - Constructor for class org.neo4j.collection.pool.MarshlandPool
 
MarshlandPool(Pool<T>) - Constructor for class org.neo4j.collection.pool.MarshlandPool
 
mask() - Method in class org.neo4j.collection.primitive.hopscotch.PowerOfTwoQuantizedTable
 
mask() - Method in interface org.neo4j.collection.primitive.hopscotch.Table
 
move(int, int) - Method in class org.neo4j.collection.primitive.hopscotch.IntArrayBasedKeyTable
 
move(int, int) - Method in class org.neo4j.collection.primitive.hopscotch.IntKeyObjectValueTable
 
move(int, int) - Method in class org.neo4j.collection.primitive.hopscotch.LongKeyObjectValueTable
 
move(int, int) - Method in interface org.neo4j.collection.primitive.hopscotch.Table
Moves the key/value from one index to another, any hop bits stay.
move(int, int) - Method in class org.neo4j.collection.primitive.hopscotch.UnsafeTable
 
moveHopBit(int, int, int) - Method in class org.neo4j.collection.primitive.hopscotch.IntArrayBasedKeyTable
 
moveHopBit(int, int, int) - Method in interface org.neo4j.collection.primitive.hopscotch.Table
Moves one hop bit delta steps.
moveHopBit(int, int, int) - Method in class org.neo4j.collection.primitive.hopscotch.UnsafeTable
 

N

newDoubleLongRegister() - Static method in class org.neo4j.register.Registers
 
newDoubleLongRegister(long, long) - Static method in class org.neo4j.register.Registers
 
next() - Method in class org.neo4j.collection.primitive.PrimitiveIntCollections.PrimitiveIntBaseIterator
 
next() - Method in interface org.neo4j.collection.primitive.PrimitiveIntIterator
 
next() - Method in class org.neo4j.collection.primitive.PrimitiveLongCollections.PrimitiveLongBaseIterator
 
next() - Method in interface org.neo4j.collection.primitive.PrimitiveLongIterator
 
next() - Method in interface org.neo4j.cursor.Cursor
 
next() - Method in interface org.neo4j.cursor.RawCursor
Move the cursor to the next row.
NO_MONITOR - Static variable in class org.neo4j.collection.primitive.hopscotch.HopScotchHashingAlgorithm
 
NONE - Static variable in interface org.neo4j.concurrent.AsyncEvents.Monitor
 
not(PrimitiveIntIterator, int) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
not(PrimitiveLongIterator, long) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
NULL - Static variable in class org.neo4j.collection.primitive.hopscotch.IntKeyLongValueTable
 
NULL - Static variable in class org.neo4j.collection.primitive.hopscotch.LongKeyIntValueTable
 
nullKey() - Method in class org.neo4j.collection.primitive.hopscotch.PowerOfTwoQuantizedTable
 
nullKey() - Method in interface org.neo4j.collection.primitive.hopscotch.Table
 

O

offHeapIntSet() - Static method in class org.neo4j.collection.primitive.Primitive
 
offHeapIntSet(int) - Static method in class org.neo4j.collection.primitive.Primitive
 
offHeapLongLongMap() - Static method in class org.neo4j.collection.primitive.Primitive
 
offHeapLongLongMap(int) - Static method in class org.neo4j.collection.primitive.Primitive
 
offHeapLongSet() - Static method in class org.neo4j.collection.primitive.Primitive
 
offHeapLongSet(int) - Static method in class org.neo4j.collection.primitive.Primitive
 
org.neo4j.collection.pool - package org.neo4j.collection.pool
 
org.neo4j.collection.primitive - package org.neo4j.collection.primitive
 
org.neo4j.collection.primitive.base - package org.neo4j.collection.primitive.base
 
org.neo4j.collection.primitive.hopscotch - package org.neo4j.collection.primitive.hopscotch
 
org.neo4j.concurrent - package org.neo4j.concurrent
 
org.neo4j.cursor - package org.neo4j.cursor
 
org.neo4j.register - package org.neo4j.register
 

P

placedAtFreeAndIntendedIndex(long, int) - Method in class org.neo4j.collection.primitive.hopscotch.HopScotchHashingAlgorithm.Monitor.Adapter
 
placedAtFreeAndIntendedIndex(long, int) - Method in interface org.neo4j.collection.primitive.hopscotch.HopScotchHashingAlgorithm.Monitor
 
placedAtFreedIndex(int, long, long, int) - Method in class org.neo4j.collection.primitive.hopscotch.HopScotchHashingAlgorithm.Monitor.Adapter
 
placedAtFreedIndex(int, long, long, int) - Method in interface org.neo4j.collection.primitive.hopscotch.HopScotchHashingAlgorithm.Monitor
 
poll() - Method in class org.neo4j.collection.primitive.PrimitiveIntStack
 
poll() - Method in class org.neo4j.collection.primitive.PrimitiveLongStack
 
Pool<T> - Interface in org.neo4j.collection.pool
 
PowerOfTwoQuantizedTable<VALUE> - Class in org.neo4j.collection.primitive.hopscotch
Contains the basic table capacity- and size calculations.
prepend(int, PrimitiveIntIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
prepend(long, PrimitiveLongIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
Primitive - Class in org.neo4j.collection.primitive
Convenient factory for common primitive sets and maps.
Primitive() - Constructor for class org.neo4j.collection.primitive.Primitive
 
PrimitiveCollection - Interface in org.neo4j.collection.primitive
 
PrimitiveIntBaseIterator() - Constructor for class org.neo4j.collection.primitive.PrimitiveIntCollections.PrimitiveIntBaseIterator
 
PrimitiveIntCollection - Interface in org.neo4j.collection.primitive
 
PrimitiveIntCollections - Class in org.neo4j.collection.primitive
Basic and common primitive int collection utils and manipulations.
PrimitiveIntCollections() - Constructor for class org.neo4j.collection.primitive.PrimitiveIntCollections
 
PrimitiveIntCollections.PrimitiveIntBaseIterator - Class in org.neo4j.collection.primitive
Base iterator for simpler implementations of PrimitiveIntIterators.
PrimitiveIntCollections.PrimitiveIntConcatingIterator - Class in org.neo4j.collection.primitive
 
PrimitiveIntCollections.PrimitiveIntFilteringIterator - Class in org.neo4j.collection.primitive
 
PrimitiveIntCollections.PrimitiveIntInterleavingIterator - Class in org.neo4j.collection.primitive
 
PrimitiveIntCollections.PrimitiveIntRangeIterator - Class in org.neo4j.collection.primitive
 
PrimitiveIntConcatingIterator(Iterator<PrimitiveIntIterator>) - Constructor for class org.neo4j.collection.primitive.PrimitiveIntCollections.PrimitiveIntConcatingIterator
 
PrimitiveIntFilteringIterator(PrimitiveIntIterator) - Constructor for class org.neo4j.collection.primitive.PrimitiveIntCollections.PrimitiveIntFilteringIterator
 
PrimitiveIntHashSet - Class in org.neo4j.collection.primitive.hopscotch
 
PrimitiveIntHashSet(Table<Object>, Object, HopScotchHashingAlgorithm.Monitor) - Constructor for class org.neo4j.collection.primitive.hopscotch.PrimitiveIntHashSet
 
PrimitiveIntInterleavingIterator(Iterable<PrimitiveIntIterator>) - Constructor for class org.neo4j.collection.primitive.PrimitiveIntCollections.PrimitiveIntInterleavingIterator
 
PrimitiveIntIterable - Interface in org.neo4j.collection.primitive
 
PrimitiveIntIterator - Interface in org.neo4j.collection.primitive
 
PrimitiveIntLongHashMap - Class in org.neo4j.collection.primitive.hopscotch
 
PrimitiveIntLongHashMap(Table<long[]>, HopScotchHashingAlgorithm.Monitor) - Constructor for class org.neo4j.collection.primitive.hopscotch.PrimitiveIntLongHashMap
 
PrimitiveIntLongMap - Interface in org.neo4j.collection.primitive
 
PrimitiveIntLongVisitor<E extends Exception> - Interface in org.neo4j.collection.primitive
 
PrimitiveIntObjectHashMap<VALUE> - Class in org.neo4j.collection.primitive.hopscotch
 
PrimitiveIntObjectHashMap(Table<VALUE>, HopScotchHashingAlgorithm.Monitor) - Constructor for class org.neo4j.collection.primitive.hopscotch.PrimitiveIntObjectHashMap
 
PrimitiveIntObjectMap<VALUE> - Interface in org.neo4j.collection.primitive
 
PrimitiveIntObjectVisitor<VALUE,E extends Exception> - Interface in org.neo4j.collection.primitive
 
PrimitiveIntRangeIterator(int, int, int) - Constructor for class org.neo4j.collection.primitive.PrimitiveIntCollections.PrimitiveIntRangeIterator
 
PrimitiveIntSet - Interface in org.neo4j.collection.primitive
 
PrimitiveIntStack - Class in org.neo4j.collection.primitive
Like a Stack<Integer> but for primitive ints.
PrimitiveIntStack() - Constructor for class org.neo4j.collection.primitive.PrimitiveIntStack
 
PrimitiveIntStack(int) - Constructor for class org.neo4j.collection.primitive.PrimitiveIntStack
 
PrimitiveIntVisitor<E extends Exception> - Interface in org.neo4j.collection.primitive
 
PrimitiveLongBaseIterator() - Constructor for class org.neo4j.collection.primitive.PrimitiveLongCollections.PrimitiveLongBaseIterator
 
PrimitiveLongCollection - Interface in org.neo4j.collection.primitive
 
PrimitiveLongCollections - Class in org.neo4j.collection.primitive
Basic and common primitive int collection utils and manipulations.
PrimitiveLongCollections() - Constructor for class org.neo4j.collection.primitive.PrimitiveLongCollections
 
PrimitiveLongCollections.PrimitiveLongBaseIterator - Class in org.neo4j.collection.primitive
Base iterator for simpler implementations of PrimitiveLongIterators.
PrimitiveLongCollections.PrimitiveLongConcatingIterator - Class in org.neo4j.collection.primitive
 
PrimitiveLongCollections.PrimitiveLongFilteringIterator - Class in org.neo4j.collection.primitive
 
PrimitiveLongCollections.PrimitiveLongInterleavingIterator - Class in org.neo4j.collection.primitive
 
PrimitiveLongCollections.PrimitiveLongRangeIterator - Class in org.neo4j.collection.primitive
 
PrimitiveLongConcatingIterator(Iterator<? extends PrimitiveLongIterator>) - Constructor for class org.neo4j.collection.primitive.PrimitiveLongCollections.PrimitiveLongConcatingIterator
 
PrimitiveLongFilteringIterator(PrimitiveLongIterator) - Constructor for class org.neo4j.collection.primitive.PrimitiveLongCollections.PrimitiveLongFilteringIterator
 
PrimitiveLongHashSet - Class in org.neo4j.collection.primitive.hopscotch
 
PrimitiveLongHashSet(Table<Object>, Object, HopScotchHashingAlgorithm.Monitor) - Constructor for class org.neo4j.collection.primitive.hopscotch.PrimitiveLongHashSet
 
PrimitiveLongInterleavingIterator(Iterable<PrimitiveLongIterator>) - Constructor for class org.neo4j.collection.primitive.PrimitiveLongCollections.PrimitiveLongInterleavingIterator
 
PrimitiveLongIntHashMap - Class in org.neo4j.collection.primitive.hopscotch
 
PrimitiveLongIntHashMap(Table<int[]>, HopScotchHashingAlgorithm.Monitor) - Constructor for class org.neo4j.collection.primitive.hopscotch.PrimitiveLongIntHashMap
 
PrimitiveLongIntKeyValueArray - Class in org.neo4j.collection.primitive
This collection class implements a minimal map-like interface for an ordered, primitive-based key-value array.
PrimitiveLongIntKeyValueArray(int, double) - Constructor for class org.neo4j.collection.primitive.PrimitiveLongIntKeyValueArray
 
PrimitiveLongIntKeyValueArray(int) - Constructor for class org.neo4j.collection.primitive.PrimitiveLongIntKeyValueArray
 
PrimitiveLongIntKeyValueArray() - Constructor for class org.neo4j.collection.primitive.PrimitiveLongIntKeyValueArray
 
PrimitiveLongIntMap - Interface in org.neo4j.collection.primitive
 
PrimitiveLongIntVisitor<E extends Exception> - Interface in org.neo4j.collection.primitive
 
PrimitiveLongIterable - Interface in org.neo4j.collection.primitive
 
PrimitiveLongIterator - Interface in org.neo4j.collection.primitive
 
PrimitiveLongLongHashMap - Class in org.neo4j.collection.primitive.hopscotch
 
PrimitiveLongLongHashMap(Table<long[]>, HopScotchHashingAlgorithm.Monitor) - Constructor for class org.neo4j.collection.primitive.hopscotch.PrimitiveLongLongHashMap
 
PrimitiveLongLongMap - Interface in org.neo4j.collection.primitive
 
PrimitiveLongLongVisitor<E extends Exception> - Interface in org.neo4j.collection.primitive
 
PrimitiveLongObjectHashMap<VALUE> - Class in org.neo4j.collection.primitive.hopscotch
 
PrimitiveLongObjectHashMap(Table<VALUE>, HopScotchHashingAlgorithm.Monitor) - Constructor for class org.neo4j.collection.primitive.hopscotch.PrimitiveLongObjectHashMap
 
PrimitiveLongObjectMap<VALUE> - Interface in org.neo4j.collection.primitive
 
PrimitiveLongObjectVisitor<VALUE,E extends Exception> - Interface in org.neo4j.collection.primitive
 
PrimitiveLongPeekingIterator - Class in org.neo4j.collection.primitive
 
PrimitiveLongPeekingIterator(PrimitiveLongIterator) - Constructor for class org.neo4j.collection.primitive.PrimitiveLongPeekingIterator
 
PrimitiveLongRangeIterator(long, long, long) - Constructor for class org.neo4j.collection.primitive.PrimitiveLongCollections.PrimitiveLongRangeIterator
 
PrimitiveLongResourceIterator - Interface in org.neo4j.collection.primitive
 
PrimitiveLongSet - Interface in org.neo4j.collection.primitive
 
PrimitiveLongStack - Class in org.neo4j.collection.primitive
Like a Stack<Long> but for primitive longs.
PrimitiveLongStack(int) - Constructor for class org.neo4j.collection.primitive.PrimitiveLongStack
 
PrimitiveLongVisitor<E extends Exception> - Interface in org.neo4j.collection.primitive
 
pulledToFreeIndex(int, long, long, int, int) - Method in class org.neo4j.collection.primitive.hopscotch.HopScotchHashingAlgorithm.Monitor.Adapter
 
pulledToFreeIndex(int, long, long, int, int) - Method in interface org.neo4j.collection.primitive.hopscotch.HopScotchHashingAlgorithm.Monitor
 
push(int) - Method in class org.neo4j.collection.primitive.PrimitiveIntStack
 
push(long) - Method in class org.neo4j.collection.primitive.PrimitiveLongStack
 
pushedToFreeIndex(int, long, long, int, long, int, int) - Method in class org.neo4j.collection.primitive.hopscotch.HopScotchHashingAlgorithm.Monitor.Adapter
 
pushedToFreeIndex(int, long, long, int, long, int, int) - Method in interface org.neo4j.collection.primitive.hopscotch.HopScotchHashingAlgorithm.Monitor
 
put(long, T) - Method in class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveLongObjectMap
 
put(Table<VALUE>, HopScotchHashingAlgorithm.Monitor, HopScotchHashingAlgorithm.HashFunction, long, VALUE, HopScotchHashingAlgorithm.ResizeMonitor<VALUE>) - Static method in class org.neo4j.collection.primitive.hopscotch.HopScotchHashingAlgorithm
 
put(int, long, VALUE) - Method in class org.neo4j.collection.primitive.hopscotch.IntArrayBasedKeyTable
 
put(int, long, VALUE) - Method in class org.neo4j.collection.primitive.hopscotch.IntKeyObjectValueTable
 
put(int, long, VALUE) - Method in class org.neo4j.collection.primitive.hopscotch.LongKeyObjectValueTable
 
put(int, long) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveIntLongHashMap
 
put(int, VALUE) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveIntObjectHashMap
 
put(long, int) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongIntHashMap
 
put(long, long) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongLongHashMap
 
put(long, VALUE) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongObjectHashMap
 
put(int, long, VALUE) - Method in interface org.neo4j.collection.primitive.hopscotch.Table
Puts (key/value) at the given index.
put(int, long, VALUE) - Method in class org.neo4j.collection.primitive.hopscotch.UnsafeTable
 
put(int, long) - Method in interface org.neo4j.collection.primitive.PrimitiveIntLongMap
 
put(int, VALUE) - Method in interface org.neo4j.collection.primitive.PrimitiveIntObjectMap
 
put(long, int) - Method in interface org.neo4j.collection.primitive.PrimitiveLongIntMap
 
put(long, long) - Method in interface org.neo4j.collection.primitive.PrimitiveLongLongMap
 
put(long, VALUE) - Method in interface org.neo4j.collection.primitive.PrimitiveLongObjectMap
 
putHopBit(int, int) - Method in class org.neo4j.collection.primitive.hopscotch.IntArrayBasedKeyTable
 
putHopBit(int, int) - Method in interface org.neo4j.collection.primitive.hopscotch.Table
Adds one hop bit to the set of hop bits at the given index.
putHopBit(int, int) - Method in class org.neo4j.collection.primitive.hopscotch.UnsafeTable
 
putIfAbsent(long, int) - Method in class org.neo4j.collection.primitive.PrimitiveLongIntKeyValueArray
Set the value for a given key if that key is not already in use.
putValue(int, VALUE) - Method in class org.neo4j.collection.primitive.hopscotch.IntArrayBasedKeyTable
 
putValue(int, long[]) - Method in class org.neo4j.collection.primitive.hopscotch.IntKeyLongValueTable
 
putValue(int, VALUE) - Method in class org.neo4j.collection.primitive.hopscotch.IntKeyObjectValueTable
 
putValue(int, int[]) - Method in class org.neo4j.collection.primitive.hopscotch.LongKeyIntValueTable
 
putValue(int, long[]) - Method in class org.neo4j.collection.primitive.hopscotch.LongKeyLongValueUnsafeTable
 
putValue(int, VALUE) - Method in class org.neo4j.collection.primitive.hopscotch.LongKeyObjectValueTable
 
putValue(int, VALUE) - Method in interface org.neo4j.collection.primitive.hopscotch.Table
Puts, actually overwrites, the value at the given index.
putValue(int, VALUE) - Method in class org.neo4j.collection.primitive.hopscotch.UnsafeTable
 

R

range(int) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
range(int, int) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
range(int, int, int) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
range(long) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
range(long, long) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
range(long, long, long) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
RawCursor<T,EXCEPTION extends Exception> - Interface in org.neo4j.cursor
A cursor is an object that moves to point to different locations in a data structure.
read() - Method in interface org.neo4j.register.Register.Int.In
 
read() - Method in interface org.neo4j.register.Register.Long.In
 
read() - Method in interface org.neo4j.register.Register.Object.In
 
readFirst() - Method in interface org.neo4j.register.Register.DoubleLong.In
 
readSecond() - Method in interface org.neo4j.register.Register.DoubleLong.In
 
recentItems() - Method in class org.neo4j.concurrent.RecentK
 
RecentK<Type> - Class in org.neo4j.concurrent
Tracks an (approximate) set of recently seen unique elements in a stream, based on a concurrent LRU implementation.
RecentK(int) - Constructor for class org.neo4j.concurrent.RecentK
 
Register - Interface in org.neo4j.register
Collection of common register types.
Register.CopyableDoubleLongRegister - Interface in org.neo4j.register
 
Register.DoubleLong - Interface in org.neo4j.register
 
Register.DoubleLong.Copyable - Interface in org.neo4j.register
 
Register.DoubleLong.In - Interface in org.neo4j.register
 
Register.DoubleLong.Out - Interface in org.neo4j.register
 
Register.DoubleLongRegister - Interface in org.neo4j.register
 
Register.Int - Interface in org.neo4j.register
 
Register.Int.In - Interface in org.neo4j.register
 
Register.Int.Out - Interface in org.neo4j.register
 
Register.IntRegister - Interface in org.neo4j.register
 
Register.Long - Interface in org.neo4j.register
 
Register.Long.In - Interface in org.neo4j.register
 
Register.Long.Out - Interface in org.neo4j.register
 
Register.LongRegister - Interface in org.neo4j.register
 
Register.Object - Interface in org.neo4j.register
 
Register.Object.In<T> - Interface in org.neo4j.register
 
Register.Object.Out<T> - Interface in org.neo4j.register
 
Register.ObjectRegister<T> - Interface in org.neo4j.register
 
Registers - Class in org.neo4j.register
 
Registers() - Constructor for class org.neo4j.register.Registers
 
release(R) - Method in class org.neo4j.collection.pool.LinkedQueuePool
 
release(T) - Method in class org.neo4j.collection.pool.MarshlandPool
 
release(T) - Method in interface org.neo4j.collection.pool.Pool
 
release() - Method in class org.neo4j.concurrent.BinaryLatch
Release the latch, thereby unblocking all current and future calls to BinaryLatch.await().
remove(int) - Method in class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveIntSet
 
remove(long) - Method in class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveLongObjectMap
 
remove(long) - Method in class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveLongSet
 
remove(Table<VALUE>, HopScotchHashingAlgorithm.Monitor, HopScotchHashingAlgorithm.HashFunction, long) - Static method in class org.neo4j.collection.primitive.hopscotch.HopScotchHashingAlgorithm
 
remove(int) - Method in class org.neo4j.collection.primitive.hopscotch.IntArrayBasedKeyTable
 
remove(int) - Method in class org.neo4j.collection.primitive.hopscotch.IntKeyObjectValueTable
 
remove(int) - Method in class org.neo4j.collection.primitive.hopscotch.LongKeyObjectValueTable
 
remove(int) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveIntHashSet
 
remove(int) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveIntLongHashMap
 
remove(int) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveIntObjectHashMap
 
remove(long) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongHashSet
 
remove(long) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongIntHashMap
 
remove(long) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongLongHashMap
 
remove(long) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongObjectHashMap
 
remove(int) - Method in interface org.neo4j.collection.primitive.hopscotch.Table
Removes the currently assigned key/value from the given index.
remove(int) - Method in class org.neo4j.collection.primitive.hopscotch.UnsafeTable
 
remove(int) - Method in interface org.neo4j.collection.primitive.PrimitiveIntLongMap
 
remove(int) - Method in interface org.neo4j.collection.primitive.PrimitiveIntObjectMap
 
remove(int) - Method in interface org.neo4j.collection.primitive.PrimitiveIntSet
 
remove(long) - Method in interface org.neo4j.collection.primitive.PrimitiveLongIntMap
 
remove(long) - Method in interface org.neo4j.collection.primitive.PrimitiveLongLongMap
 
remove(long) - Method in interface org.neo4j.collection.primitive.PrimitiveLongObjectMap
 
remove(long) - Method in interface org.neo4j.collection.primitive.PrimitiveLongSet
 
removeHopBit(int, int) - Method in class org.neo4j.collection.primitive.hopscotch.IntArrayBasedKeyTable
 
removeHopBit(int, int) - Method in interface org.neo4j.collection.primitive.hopscotch.Table
Removes one hop bit from the set of hop bits at the given index.
removeHopBit(int, int) - Method in class org.neo4j.collection.primitive.hopscotch.UnsafeTable
 
reset(int) - Method in class org.neo4j.collection.primitive.PrimitiveLongIntKeyValueArray
Clear the array and set a new capacity if not already large enough.
resourceIterator(PrimitiveLongIterator, Resource) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
Wraps a PrimitiveLongIterator in a PrimitiveLongResourceIterator which closes the provided resource in Resource.close().
reversed(int...) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
reversed(PrimitiveIntIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
reversed(long...) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
reversed(PrimitiveLongIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
run() - Method in class org.neo4j.concurrent.AsyncEvents
 

S

satisfies(BiFunction<Long, Long, Boolean>) - Method in interface org.neo4j.register.Register.DoubleLong.Copyable
 
send(T) - Method in class org.neo4j.concurrent.AsyncEvents
 
send(T) - Method in interface org.neo4j.concurrent.AsyncEventSender
Send the given event to a background thread for processing.
set(T) - Method in class org.neo4j.cursor.CursorValue
 
setOf(long...) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
setValue(long) - Method in class org.neo4j.cursor.LongValue
 
shouldCheck() - Method in interface org.neo4j.collection.pool.LinkedQueuePool.CheckStrategy
 
shouldCheck() - Method in class org.neo4j.collection.pool.LinkedQueuePool.CheckStrategy.TimeoutCheckStrategy
 
shutdown() - Method in class org.neo4j.concurrent.AsyncEvents
Initiate the shut down process of this AsyncEvents instance.
single(PrimitiveIntIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
single(PrimitiveIntIterator, int) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
single(PrimitiveLongIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
single(PrimitiveLongIterator, long) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
singleton(int) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
singleton(long) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
size() - Method in class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveCollection
 
size() - Method in class org.neo4j.collection.primitive.hopscotch.AbstractHopScotchCollection
 
size() - Method in class org.neo4j.collection.primitive.hopscotch.PowerOfTwoQuantizedTable
 
size() - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveIntLongHashMap
 
size() - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveIntObjectHashMap
 
size() - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongIntHashMap
 
size() - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongLongHashMap
 
size() - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongObjectHashMap
 
size() - Method in interface org.neo4j.collection.primitive.hopscotch.Table
 
size() - Method in interface org.neo4j.collection.primitive.PrimitiveCollection
 
size() - Method in class org.neo4j.collection.primitive.PrimitiveIntStack
 
size() - Method in class org.neo4j.collection.primitive.PrimitiveLongIntKeyValueArray
The number of items in this array.
size() - Method in class org.neo4j.collection.primitive.PrimitiveLongStack
 
skip(PrimitiveIntIterator, int) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
skip(PrimitiveLongIterator, int) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
sweep() - Method in class org.neo4j.concurrent.DecayingFlags
This is how decay happens, the interval at which this method is called controls how long unused flags are kept 'high'.

T

Table<VALUE> - Interface in org.neo4j.collection.primitive.hopscotch
Table for storing and retrieving all entries managed by the HopScotchHashingAlgorithm.
tableGrew(Table<VALUE>) - Method in class org.neo4j.collection.primitive.hopscotch.AbstractHopScotchCollection
 
tableGrew(int, int, int) - Method in class org.neo4j.collection.primitive.hopscotch.HopScotchHashingAlgorithm.Monitor.Adapter
 
tableGrew(int, int, int) - Method in interface org.neo4j.collection.primitive.hopscotch.HopScotchHashingAlgorithm.Monitor
 
tableGrew(Table<VALUE>) - Method in interface org.neo4j.collection.primitive.hopscotch.HopScotchHashingAlgorithm.ResizeMonitor
 
tableGrowing(int, int) - Method in class org.neo4j.collection.primitive.hopscotch.HopScotchHashingAlgorithm.Monitor.Adapter
 
tableGrowing(int, int) - Method in interface org.neo4j.collection.primitive.hopscotch.HopScotchHashingAlgorithm.Monitor
 
TableKeyIterator<VALUE> - Class in org.neo4j.collection.primitive.hopscotch
 
test(int) - Method in class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveIntSet
 
test(long) - Method in class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveLongSet
 
test(int) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveIntHashSet
Prefer using PrimitiveIntHashSet.contains(int) - this method is identical and required by the IntPredicate interface
test(long) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongHashSet
Prefer using PrimitiveLongHashSet.contains(long) - this method is identical and required by the IntPredicate interface
test(int) - Method in class org.neo4j.collection.primitive.PrimitiveIntCollections.PrimitiveIntFilteringIterator
 
test(long) - Method in class org.neo4j.collection.primitive.PrimitiveLongCollections.PrimitiveLongFilteringIterator
 
TimeoutCheckStrategy(long) - Constructor for class org.neo4j.collection.pool.LinkedQueuePool.CheckStrategy.TimeoutCheckStrategy
 
TimeoutCheckStrategy(long, LongSupplier) - Constructor for class org.neo4j.collection.pool.LinkedQueuePool.CheckStrategy.TimeoutCheckStrategy
 
toIterator(PrimitiveLongIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
toList(PrimitiveIntIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
Pulls all items from the iterator and puts them into a List, boxing each int.
toPrimitiveIterator(Iterator<Integer>) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
toPrimitiveIterator(Iterator<Long>) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
toSet(PrimitiveIntIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
Pulls all items from the iterator and puts them into a Set, boxing each int.
toSet(PrimitiveLongIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
Pulls all items from the iterator and puts them into a Set, boxing each long.
toString() - Method in class org.neo4j.collection.primitive.hopscotch.AbstractHopScotchCollection
 
toString() - Method in class org.neo4j.collection.primitive.hopscotch.PowerOfTwoQuantizedTable
 
toString() - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveIntHashSet
 
toString() - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveIntLongHashMap
 
toString() - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveIntObjectHashMap
 
toString() - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongIntHashMap
 
toString() - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongLongHashMap
 
toString() - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongObjectHashMap
 

U

UnsafeTable<VALUE> - Class in org.neo4j.collection.primitive.hopscotch
 
updatedCurrentPeakSize(int) - Method in class org.neo4j.collection.pool.LinkedQueuePool.Monitor.Adapter
 
updatedCurrentPeakSize(int) - Method in interface org.neo4j.collection.pool.LinkedQueuePool.Monitor
 
updatedTargetSize(int) - Method in class org.neo4j.collection.pool.LinkedQueuePool.Monitor.Adapter
 
updatedTargetSize(int) - Method in interface org.neo4j.collection.pool.LinkedQueuePool.Monitor
 

V

value(int) - Method in class org.neo4j.collection.primitive.hopscotch.IntArrayBasedKeyTable
 
value(int) - Method in class org.neo4j.collection.primitive.hopscotch.IntKeyLongValueTable
 
value(int) - Method in class org.neo4j.collection.primitive.hopscotch.IntKeyObjectValueTable
 
value(int) - Method in class org.neo4j.collection.primitive.hopscotch.LongKeyIntValueTable
 
value(int) - Method in class org.neo4j.collection.primitive.hopscotch.LongKeyLongValueUnsafeTable
 
value(int) - Method in class org.neo4j.collection.primitive.hopscotch.LongKeyObjectValueTable
 
value(int) - Method in interface org.neo4j.collection.primitive.hopscotch.Table
OPTIONAL operation.
value(int) - Method in class org.neo4j.collection.primitive.hopscotch.UnsafeTable
 
VALUE_MARKER - Static variable in class org.neo4j.collection.primitive.Primitive
Used as value marker for sets, where values aren't applicable.
version() - Method in class org.neo4j.collection.primitive.hopscotch.PowerOfTwoQuantizedTable
 
version(int) - Method in class org.neo4j.collection.primitive.hopscotch.PowerOfTwoQuantizedTable
 
version() - Method in interface org.neo4j.collection.primitive.hopscotch.Table
 
version(int) - Method in interface org.neo4j.collection.primitive.hopscotch.Table
 
visited(int, long) - Method in interface org.neo4j.collection.primitive.PrimitiveIntLongVisitor
Visit the given entry.
visited(int, VALUE) - Method in interface org.neo4j.collection.primitive.PrimitiveIntObjectVisitor
Visit the given entry.
visited(int) - Method in interface org.neo4j.collection.primitive.PrimitiveIntVisitor
Visit the given entry.
visited(long, int) - Method in interface org.neo4j.collection.primitive.PrimitiveLongIntVisitor
Visit the given entry.
visited(long, long) - Method in interface org.neo4j.collection.primitive.PrimitiveLongLongVisitor
Visit the given entry.
visited(long, VALUE) - Method in interface org.neo4j.collection.primitive.PrimitiveLongObjectVisitor
Visit the given entry.
visited(long) - Method in interface org.neo4j.collection.primitive.PrimitiveLongVisitor
Visit the given entry.
visitEntries(PrimitiveLongObjectVisitor<T, E>) - Method in class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveLongObjectMap
 
visitEntries(PrimitiveIntLongVisitor<E>) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveIntLongHashMap
 
visitEntries(PrimitiveIntObjectVisitor<VALUE, E>) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveIntObjectHashMap
 
visitEntries(PrimitiveLongIntVisitor<E>) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongIntHashMap
 
visitEntries(PrimitiveLongLongVisitor<E>) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongLongHashMap
 
visitEntries(PrimitiveLongObjectVisitor<VALUE, E>) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongObjectHashMap
 
visitEntries(PrimitiveIntLongVisitor<E>) - Method in interface org.neo4j.collection.primitive.PrimitiveIntLongMap
Visit the entries of this map, until all have been visited or the visitor returns 'true'.
visitEntries(PrimitiveIntObjectVisitor<VALUE, E>) - Method in interface org.neo4j.collection.primitive.PrimitiveIntObjectMap
Visit the entries of this map, until all have been visited or the visitor returns 'true'.
visitEntries(PrimitiveLongIntVisitor<E>) - Method in interface org.neo4j.collection.primitive.PrimitiveLongIntMap
Visit the entries of this map, until all have been visited or the visitor returns 'true'.
visitEntries(PrimitiveLongLongVisitor<E>) - Method in interface org.neo4j.collection.primitive.PrimitiveLongLongMap
Visit the entries of this map, until all have been visited or the visitor returns 'true'.
visitEntries(PrimitiveLongObjectVisitor<VALUE, E>) - Method in interface org.neo4j.collection.primitive.PrimitiveLongObjectMap
Visit the entries of this map, until all have been visited or the visitor returns 'true'.
visitKeys(PrimitiveIntVisitor) - Method in class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveIntCollection
 
visitKeys(PrimitiveLongVisitor) - Method in class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveLongCollection
 
visitKeys(PrimitiveLongVisitor<E>) - Method in class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveLongObjectMap
 
visitKeys(PrimitiveIntVisitor<E>) - Method in class org.neo4j.collection.primitive.hopscotch.AbstractIntHopScotchCollection
 
visitKeys(PrimitiveLongVisitor<E>) - Method in class org.neo4j.collection.primitive.hopscotch.AbstractLongHopScotchCollection
 
visitKeys(PrimitiveIntVisitor<E>) - Method in interface org.neo4j.collection.primitive.PrimitiveIntCollection
Visit the keys of this collection, until all have been visited or the visitor returns 'true'.
visitKeys(PrimitiveIntVisitor) - Method in class org.neo4j.collection.primitive.PrimitiveIntStack
 
visitKeys(PrimitiveLongVisitor<E>) - Method in interface org.neo4j.collection.primitive.PrimitiveLongCollection
Visit the keys of this collection, until all have been visited or the visitor returns 'true'.
visitKeys(PrimitiveLongVisitor) - Method in class org.neo4j.collection.primitive.PrimitiveLongStack
 

W

Work<Material,W extends Work<Material,W>> - Interface in org.neo4j.concurrent
A unit of work that can be applied to the given type of material, or combined with other like-typed units of work.
WorkSync<Material,W extends Work<Material,W>> - Class in org.neo4j.concurrent
Turns multi-threaded unary work into single-threaded stack work.
WorkSync(Material) - Constructor for class org.neo4j.concurrent.WorkSync
Create a new WorkSync that will synchronize the application of work to the given material.
write(long, long) - Method in interface org.neo4j.register.Register.DoubleLong.Out
 
write(int) - Method in interface org.neo4j.register.Register.Int.Out
 
write(long) - Method in interface org.neo4j.register.Register.Long.Out
 
write(T) - Method in interface org.neo4j.register.Register.Object.Out
 
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links

Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.