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

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
 
accept(int) - Method in class org.neo4j.collection.primitive.PrimitiveIntCollections.PrimitiveIntFilteringIterator
 
accept(long) - Method in class org.neo4j.collection.primitive.PrimitiveLongCollections.PrimitiveLongFilteringIterator
 
accept(int) - Method in interface org.neo4j.function.primitive.PrimitiveIntPredicate
 
accept(long) - Method in interface org.neo4j.function.primitive.PrimitiveLongPredicate
 
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
 
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
 
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(int) - Method in interface org.neo4j.function.primitive.FunctionFromPrimitiveInt
 
apply(long) - Method in interface org.neo4j.function.primitive.FunctionFromPrimitiveLong
 
apply(T) - Method in interface org.neo4j.function.primitive.FunctionToPrimitiveLong
 
asArray(PrimitiveIntIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
asArray(Iterator<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
 
asSet(PrimitiveIntIterator) - 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
 

B

baseCapacity(int) - Static method in class org.neo4j.collection.primitive.hopscotch.PowerOfTwoQuantizedTable
 

C

capacity() - Method in class org.neo4j.collection.primitive.hopscotch.PowerOfTwoQuantizedTable
 
capacity() - Method in interface org.neo4j.collection.primitive.hopscotch.Table
 
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
 
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.
concat(Iterator<PrimitiveIntIterator>) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
concat(Iterator<PrimitiveLongIterator>) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
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) - Method in interface org.neo4j.collection.primitive.PrimitiveIntSet
 
contains(long) - Method in interface org.neo4j.collection.primitive.PrimitiveLongSet
 
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.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
 
count(PrimitiveIntIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
count(PrimitiveLongIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 

D

dedup(PrimitiveIntIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
dedup(PrimitiveLongIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
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_OFFHEAP_CAPACITY - Static variable in class org.neo4j.collection.primitive.Primitive
 

E

Empty - Class in org.neo4j.collection.primitive.base
 
Empty() - Constructor for class org.neo4j.collection.primitive.base.Empty
 
Empty.EmptyPrimitiveCollection - Class in org.neo4j.collection.primitive.base
 
Empty.EmptyPrimitiveCollection() - Constructor for class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveCollection
 
Empty.EmptyPrimitiveIntCollection - Class in org.neo4j.collection.primitive.base
 
Empty.EmptyPrimitiveIntCollection() - Constructor for class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveIntCollection
 
Empty.EmptyPrimitiveIntSet - Class in org.neo4j.collection.primitive.base
 
Empty.EmptyPrimitiveIntSet() - Constructor for class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveIntSet
 
Empty.EmptyPrimitiveLongCollection - Class in org.neo4j.collection.primitive.base
 
Empty.EmptyPrimitiveLongCollection() - Constructor for class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveLongCollection
 
Empty.EmptyPrimitiveLongSet - Class in org.neo4j.collection.primitive.base
 
Empty.EmptyPrimitiveLongSet() - Constructor for class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveLongSet
 
EMPTY_PRIMITIVE_INT_SET - 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
 
emptySet() - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
emptySet() - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
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.

F

filter(PrimitiveIntIterator, PrimitiveIntPredicate) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
filter(PrimitiveLongIterator, PrimitiveLongPredicate) - 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
 
flatten(Iterator<PrimitiveIntIterator>) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
FunctionFromPrimitiveInt<T> - Interface in org.neo4j.function.primitive
 
FunctionFromPrimitiveLong<T> - Interface in org.neo4j.function.primitive
 
FunctionToPrimitiveLong<T> - Interface in org.neo4j.function.primitive
 

G

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.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.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
 
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.

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
 
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
 
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.Monitor.Adapter() - Constructor for class org.neo4j.collection.primitive.hopscotch.HopScotchHashingAlgorithm.Monitor.Adapter
 
HopScotchHashingAlgorithm.ResizeMonitor<VALUE> - Interface in org.neo4j.collection.primitive.hopscotch
 

I

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.
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
 
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
 
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
 
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.hopscotch.AbstractIntHopScotchCollection
 
iterator() - Method in class org.neo4j.collection.primitive.hopscotch.AbstractLongHopScotchCollection
 
iterator() - Method in class org.neo4j.collection.primitive.hopscotch.VersionedPrimitiveLongHashSet
 
iterator(int...) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
iterator() - Method in interface org.neo4j.collection.primitive.PrimitiveIntIterable
 
iterator(long...) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
iterator() - Method in interface org.neo4j.collection.primitive.PrimitiveLongIterable
 

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.IntKeyTable
 
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) - Method in class org.neo4j.collection.primitive.hopscotch.VersionedLongKeyTable
 

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
 
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
 

M

map(FunctionFromPrimitiveInt<T>, PrimitiveIntIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
map(FunctionFromPrimitiveLong<T>, PrimitiveLongIterator) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
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.LongKeyIntValueTable
 
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

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
 
NO_MONITOR - Static variable in class org.neo4j.collection.primitive.hopscotch.HopScotchHashingAlgorithm
 
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.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.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.function.primitive - package org.neo4j.function.primitive
 

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
 
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
 
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.PrimitiveIntBaseIterator() - Constructor for class org.neo4j.collection.primitive.PrimitiveIntCollections.PrimitiveIntBaseIterator
 
PrimitiveIntCollections.PrimitiveIntConcatingIterator - Class in org.neo4j.collection.primitive
 
PrimitiveIntCollections.PrimitiveIntConcatingIterator(Iterator<PrimitiveIntIterator>) - Constructor for class org.neo4j.collection.primitive.PrimitiveIntCollections.PrimitiveIntConcatingIterator
 
PrimitiveIntCollections.PrimitiveIntFilteringIterator - Class in org.neo4j.collection.primitive
 
PrimitiveIntCollections.PrimitiveIntFilteringIterator(PrimitiveIntIterator) - Constructor for class org.neo4j.collection.primitive.PrimitiveIntCollections.PrimitiveIntFilteringIterator
 
PrimitiveIntCollections.PrimitiveIntInterleavingIterator - Class in org.neo4j.collection.primitive
 
PrimitiveIntCollections.PrimitiveIntInterleavingIterator(Iterable<PrimitiveIntIterator>) - Constructor for class org.neo4j.collection.primitive.PrimitiveIntCollections.PrimitiveIntInterleavingIterator
 
PrimitiveIntCollections.PrimitiveIntRangeIterator - Class in org.neo4j.collection.primitive
 
PrimitiveIntCollections.PrimitiveIntRangeIterator(int, int, int) - Constructor for class org.neo4j.collection.primitive.PrimitiveIntCollections.PrimitiveIntRangeIterator
 
PrimitiveIntHashSet - Class in org.neo4j.collection.primitive.hopscotch
 
PrimitiveIntHashSet(Table<Object>, Object, HopScotchHashingAlgorithm.Monitor) - Constructor for class org.neo4j.collection.primitive.hopscotch.PrimitiveIntHashSet
 
PrimitiveIntIterable - Interface in org.neo4j.collection.primitive
 
PrimitiveIntIterator - 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> - Interface in org.neo4j.collection.primitive
 
PrimitiveIntPredicate - Interface in org.neo4j.function.primitive
 
PrimitiveIntSet - Interface in org.neo4j.collection.primitive
 
PrimitiveIntVisitor - Interface in org.neo4j.collection.primitive
 
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.PrimitiveLongBaseIterator() - Constructor for class org.neo4j.collection.primitive.PrimitiveLongCollections.PrimitiveLongBaseIterator
 
PrimitiveLongCollections.PrimitiveLongConcatingIterator - Class in org.neo4j.collection.primitive
 
PrimitiveLongCollections.PrimitiveLongConcatingIterator(Iterator<PrimitiveLongIterator>) - Constructor for class org.neo4j.collection.primitive.PrimitiveLongCollections.PrimitiveLongConcatingIterator
 
PrimitiveLongCollections.PrimitiveLongFilteringIterator - Class in org.neo4j.collection.primitive
 
PrimitiveLongCollections.PrimitiveLongFilteringIterator(PrimitiveLongIterator) - Constructor for class org.neo4j.collection.primitive.PrimitiveLongCollections.PrimitiveLongFilteringIterator
 
PrimitiveLongCollections.PrimitiveLongInterleavingIterator - Class in org.neo4j.collection.primitive
 
PrimitiveLongCollections.PrimitiveLongInterleavingIterator(Iterable<PrimitiveLongIterator>) - Constructor for class org.neo4j.collection.primitive.PrimitiveLongCollections.PrimitiveLongInterleavingIterator
 
PrimitiveLongCollections.PrimitiveLongRangeIterator - Class in org.neo4j.collection.primitive
 
PrimitiveLongCollections.PrimitiveLongRangeIterator(long, long, long) - Constructor for class org.neo4j.collection.primitive.PrimitiveLongCollections.PrimitiveLongRangeIterator
 
PrimitiveLongHashSet - Class in org.neo4j.collection.primitive.hopscotch
 
PrimitiveLongHashSet(Table<Object>, Object, HopScotchHashingAlgorithm.Monitor) - Constructor for class org.neo4j.collection.primitive.hopscotch.PrimitiveLongHashSet
 
PrimitiveLongIntHashMap - Class in org.neo4j.collection.primitive.hopscotch
 
PrimitiveLongIntHashMap(Table<int[]>, HopScotchHashingAlgorithm.Monitor) - Constructor for class org.neo4j.collection.primitive.hopscotch.PrimitiveLongIntHashMap
 
PrimitiveLongIntMap - Interface in org.neo4j.collection.primitive
 
PrimitiveLongIntVisitor - 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 - 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> - Interface in org.neo4j.collection.primitive
 
PrimitiveLongPredicate - Interface in org.neo4j.function.primitive
 
PrimitiveLongSet - Interface in org.neo4j.collection.primitive
 
PrimitiveLongVisitor - 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
 
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(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, int[]) - Method in class org.neo4j.collection.primitive.hopscotch.LongKeyIntValueTable
 
put(int, long, VALUE) - Method in class org.neo4j.collection.primitive.hopscotch.LongKeyObjectValueTable
 
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, 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
 
putValue(int, VALUE) - Method in class org.neo4j.collection.primitive.hopscotch.IntArrayBasedKeyTable
 
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
 
remove(int) - Method in class org.neo4j.collection.primitive.base.Empty.EmptyPrimitiveIntSet
 
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.LongKeyIntValueTable
 
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.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.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
 
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
 

S

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.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
 
skip(PrimitiveIntIterator, int) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
skip(PrimitiveLongIterator, int) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 

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
 
toPrimitiveIterator(Iterator<Integer>) - Static method in class org.neo4j.collection.primitive.PrimitiveIntCollections
 
toPrimitiveIterator(Iterator<Long>) - Static method in class org.neo4j.collection.primitive.PrimitiveLongCollections
 
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.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
 

V

value(int) - Method in class org.neo4j.collection.primitive.hopscotch.IntArrayBasedKeyTable
 
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.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
 
version() - Method in class org.neo4j.collection.primitive.hopscotch.VersionedLongKeyTable
 
version(int) - Method in class org.neo4j.collection.primitive.hopscotch.VersionedLongKeyTable
 
VersionedLongKeyTable<VALUE> - Class in org.neo4j.collection.primitive.hopscotch
 
VersionedLongKeyTable(int, VALUE) - Constructor for class org.neo4j.collection.primitive.hopscotch.VersionedLongKeyTable
 
VersionedLongKeyTable(int, int, VALUE, int) - Constructor for class org.neo4j.collection.primitive.hopscotch.VersionedLongKeyTable
 
VersionedPrimitiveLongHashSet - Class in org.neo4j.collection.primitive.hopscotch
 
VersionedPrimitiveLongHashSet(Table<Object>, Object, HopScotchHashingAlgorithm.Monitor) - Constructor for class org.neo4j.collection.primitive.hopscotch.VersionedPrimitiveLongHashSet
 
VersionedTableIterator<VALUE> - Class in org.neo4j.collection.primitive.hopscotch
 
visited(int, VALUE) - Method in interface org.neo4j.collection.primitive.PrimitiveIntObjectVisitor
 
visited(int) - Method in interface org.neo4j.collection.primitive.PrimitiveIntVisitor
 
visited(long, int) - Method in interface org.neo4j.collection.primitive.PrimitiveLongIntVisitor
 
visited(long, long) - Method in interface org.neo4j.collection.primitive.PrimitiveLongLongVisitor
 
visited(long, VALUE) - Method in interface org.neo4j.collection.primitive.PrimitiveLongObjectVisitor
 
visited(long) - Method in interface org.neo4j.collection.primitive.PrimitiveLongVisitor
 
visitEntries(PrimitiveIntObjectVisitor<VALUE>) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveIntObjectHashMap
 
visitEntries(PrimitiveLongIntVisitor) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongIntHashMap
 
visitEntries(PrimitiveLongLongVisitor) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongLongHashMap
 
visitEntries(PrimitiveLongObjectVisitor<VALUE>) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongObjectHashMap
 
visitEntries(PrimitiveIntObjectVisitor<VALUE>) - Method in interface org.neo4j.collection.primitive.PrimitiveIntObjectMap
 
visitEntries(PrimitiveLongIntVisitor) - Method in interface org.neo4j.collection.primitive.PrimitiveLongIntMap
 
visitEntries(PrimitiveLongLongVisitor) - Method in interface org.neo4j.collection.primitive.PrimitiveLongLongMap
 
visitEntries(PrimitiveLongObjectVisitor<VALUE>) - Method in interface org.neo4j.collection.primitive.PrimitiveLongObjectMap
 
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(PrimitiveIntVisitor) - Method in class org.neo4j.collection.primitive.hopscotch.AbstractIntHopScotchCollection
 
visitKeys(PrimitiveLongVisitor) - Method in class org.neo4j.collection.primitive.hopscotch.AbstractLongHopScotchCollection
 
visitKeys(PrimitiveIntVisitor) - Method in interface org.neo4j.collection.primitive.PrimitiveIntCollection
 
visitKeys(PrimitiveLongVisitor) - Method in interface org.neo4j.collection.primitive.PrimitiveLongCollection
 
A B C D E F G H I J K L M N O P R S T U V 

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