- Table<VALUE> - Interface in org.neo4j.collection.primitive.hopscotch
-
- 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
-
- test(long) - Method in class org.neo4j.collection.primitive.hopscotch.PrimitiveLongHashSet
-
- 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.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
-
- toString() - Method in class org.neo4j.concurrent.jsr166e.StampedLock
-
Returns a string identifying this lock, as well as its lock
state.
- tryConvertToOptimisticRead(long) - Method in class org.neo4j.concurrent.jsr166e.StampedLock
-
If the lock state matches the given stamp then, if the stamp
represents holding a lock, releases it and returns an
observation stamp.
- tryConvertToReadLock(long) - Method in class org.neo4j.concurrent.jsr166e.StampedLock
-
If the lock state matches the given stamp, performs one of
the following actions.
- tryConvertToWriteLock(long) - Method in class org.neo4j.concurrent.jsr166e.StampedLock
-
If the lock state matches the given stamp, performs one of
the following actions.
- tryOptimisticRead() - Method in class org.neo4j.concurrent.jsr166e.StampedLock
-
Returns a stamp that can later be validated, or zero
if exclusively locked.
- tryReadLock() - Method in class org.neo4j.concurrent.jsr166e.StampedLock
-
Non-exclusively acquires the lock if it is immediately available.
- tryReadLock(long, TimeUnit) - Method in class org.neo4j.concurrent.jsr166e.StampedLock
-
Non-exclusively acquires the lock if it is available within the
given time and the current thread has not been interrupted.
- tryUnlockRead() - Method in class org.neo4j.concurrent.jsr166e.StampedLock
-
Releases one hold of the read lock if it is held, without
requiring a stamp value.
- tryUnlockWrite() - Method in class org.neo4j.concurrent.jsr166e.StampedLock
-
Releases the write lock if it is held, without requiring a
stamp value.
- tryWriteLock() - Method in class org.neo4j.concurrent.jsr166e.StampedLock
-
Exclusively acquires the lock if it is immediately available.
- tryWriteLock(long, TimeUnit) - Method in class org.neo4j.concurrent.jsr166e.StampedLock
-
Exclusively acquires the lock if it is available within the
given time and the current thread has not been interrupted.