- cardinality() - Method in interface net.openhft.chronicle.algo.bitset.BitSet
-
Returns the number of bits set to true in this DirectBitSet.
- cardinality(Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
-
Returns the number of bits set to true in the bit set.
- cardinality(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
-
- cardinality() - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
-
- cardinality(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
-
- charArrayAccessor() - Static method in interface net.openhft.chronicle.algo.bytes.Accessor
-
- checkedByteBufferAccess() - Static method in interface net.openhft.chronicle.algo.bytes.Access
-
- checkedBytesStoreAccess() - Static method in interface net.openhft.chronicle.algo.bytes.Access
-
- checkedBytesStoreAccessor() - Static method in interface net.openhft.chronicle.algo.bytes.Accessor
-
- checkedCharSequenceAccess(ByteOrder) - Static method in interface net.openhft.chronicle.algo.bytes.Accessor
-
- checkedNativeCharSequenceAccessor() - Static method in interface net.openhft.chronicle.algo.bytes.Accessor
-
- checkedRandomDataInputAccess() - Static method in interface net.openhft.chronicle.algo.bytes.Access
-
- city_1_1() - Static method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
- city_1_1(long) - Static method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
- city_1_1(long, long) - Static method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
- clear(long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
-
Sets the bit specified by the index to false.
- clear(Access<T>, T, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
-
Sets the bit specified by the index to false.
- clear(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
-
- clear(long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
-
- clear(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
-
- clearAll() - Method in interface net.openhft.chronicle.algo.bitset.BitSet
-
Sets all of the bits in this BitSet to false.
- clearAll(Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
-
Equivalent to clearRange(0, logicalSize()).
- clearAll(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
-
- clearAll() - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
-
- clearAll(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
-
- clearIfSet(long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
-
Clears the bit at the specified index (sets it to false).
- clearIfSet(Access<T>, T, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
-
Clears the bit at the specified index (sets it to false).
- clearIfSet(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
-
- clearIfSet(long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
-
- clearIfSet(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
-
- clearNextNContinuousSetBits(long, int) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
-
Finds the next numberOfBits consecutive bits set to true,
starting from the specified fromIndex.
- clearNextNContinuousSetBits(Access<T>, T, long, long, int) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
-
Finds the next numberOfBits consecutive bits set to true,
starting from the specified fromIndex.
- clearNextNContinuousSetBits(Access<T>, T, long, long, int) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
-
WARNING! This implementation doesn't strictly follow the contract
from BitSetFrame interface.
- clearNextNContinuousSetBits(long, int) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
-
- clearNextNContinuousSetBits(Access<T>, T, long, long, int) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
-
- clearNextSetBit(long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
-
Finds and clears the first bit that is set to true
that occurs on or after the specified starting index.
- clearNextSetBit(Access<T>, T, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
-
Finds and clears the first bit that is set to true
that occurs on or after the specified starting index.
- clearNextSetBit(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
-
- clearNextSetBit(long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
-
- clearNextSetBit(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
-
- clearPreviousNContinuousSetBits(long, int) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
-
Finds the previous numberOfBits consecutive bits
set to true, starting from the specified fromIndex.
- clearPreviousNContinuousSetBits(Access<T>, T, long, long, int) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
-
Finds the previous numberOfBits consecutive bits
set to true, starting from the specified fromIndex.
- clearPreviousNContinuousSetBits(Access<T>, T, long, long, int) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
-
WARNING! This implementation doesn't strictly follow the contract
from DirectBitSet interface.
- clearPreviousNContinuousSetBits(long, int) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
-
- clearPreviousNContinuousSetBits(Access<T>, T, long, long, int) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
-
- clearPreviousSetBit(long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
-
Finds and clears the nearest bit that is set to true
that occurs on or before the specified starting index.
- clearPreviousSetBit(Access<T>, T, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
-
Finds and clears the nearest bit that is set to true
that occurs on or before the specified starting index.
- clearPreviousSetBit(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
-
- clearPreviousSetBit(long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
-
- clearPreviousSetBit(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
-
- clearRange(long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
-
Sets the bits from the specified fromIndex (inclusive) to the
specified toIndex (exclusive) to false.
- clearRange(Access<T>, T, long, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
-
Sets the bits from the specified fromIndex (inclusive) to the
specified toIndex (exclusive) to false.
- clearRange(Access<T>, T, long, long, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
-
- clearRange(long, long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
-
- clearRange(Access<T>, T, long, long, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
-
- compareAndSwapInt(T, long, int, int) - Method in interface net.openhft.chronicle.algo.bytes.Access
-
Default implementation: throws UnsupportedOperationException.
- compareAndSwapInt(T, long, int, int) - Method in class net.openhft.chronicle.algo.bytes.NativeAccess
-
- compareAndSwapLong(T, long, long, long) - Method in interface net.openhft.chronicle.algo.bytes.Access
-
Default implementation: throws UnsupportedOperationException.
- compareAndSwapLong(T, long, long, long) - Method in class net.openhft.chronicle.algo.bytes.NativeAccess
-
- compareTo(T, long, ReadAccess<S>, S, long, long) - Method in interface net.openhft.chronicle.algo.bytes.ReadAccess
-
- ConcurrentFlatBitSetFrame - Class in net.openhft.chronicle.algo.bitset
-
DirectBitSet with input validations and ThreadSafe memory access.
- ConcurrentFlatBitSetFrame(long) - Constructor for class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
-
- convert(long, MemoryUnit) - Method in enum net.openhft.chronicle.algo.MemoryUnit
-
Converts the given memory amount in the given unit to this unit.
- copy(ReadAccess<S>, S, long, WriteAccess<T>, T, long, long) - Static method in interface net.openhft.chronicle.algo.bytes.Access
-
- handle - Variable in class net.openhft.chronicle.algo.bitset.ReusableBitSet
-
- handle(S) - Method in interface net.openhft.chronicle.algo.bytes.Accessor
-
Returns handle for Access to the given source.
- hash(T, ReadAccess<T>, long, long) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
Returns the hash code for len continuous bytes of the given input object,
starting from the given offset.
- hash(Accessor<S, T, A>, S, long, long) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
- hashBoolean(boolean) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
- hashBooleans(boolean[]) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
- hashBooleans(boolean[], int, int) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
Returns the hash code for the specified subsequence of the given boolean array.
- hashByte(byte) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
Returns the hash code for the given byte value.
- hashBytes(byte[]) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
- hashBytes(byte[], int, int) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
Returns the hash code for the specified subsequence of the given byte array.
- hashBytes(ByteBuffer) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
- hashBytes(ByteBuffer, int, int) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
Returns the hash code for the specified subsequence of the given ByteBuffer.
- hashChar(char) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
Returns the hash code for the given
char value; this method is consistent with
LongHashFunction methods that accept sequences of bytes, assuming the
input
value is interpreted in
native byte order.
- hashChars(char[]) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
- hashChars(char[], int, int) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
Returns the hash code for bytes, as they lay in memory, of the specified subsequence
of the given char array.
- hashChars(String) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
- hashChars(String, int, int) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
Returns the hash code for bytes of the specified subsequence of the given String's
underlying char array.
- hashChars(StringBuilder) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
- hashChars(StringBuilder, int, int) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
Returns the hash code for bytes of the specified subsequence of the given
StringBuilder's underlying char array.
- hashInt(int) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
Returns the hash code for the given
int value; this method is consistent with
LongHashFunction methods that accept sequences of bytes, assuming the
input
value is interpreted in
native byte order.
- hashInts(int[]) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
- hashInts(int[], int, int) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
Returns the hash code for bytes, as they lay in memory, of the specified subsequence
of the given int array.
- hashLong(long) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
Returns the hash code for the given
long value; this method is consistent with
LongHashFunction methods that accept sequences of bytes, assuming the
input
value is interpreted in
native byte order.
- hashLongs(long[]) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
- hashLongs(long[], int, int) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
Returns the hash code for bytes, as they lay in memory, of the specified subsequence
of the given long array.
- hashMemory(long, long) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
Returns the hash code of bytes of the wild memory from the given address.
- hashShort(short) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
Returns the hash code for the given
short value; this method is consistent with
LongHashFunction methods that accept sequences of bytes, assuming the
input
value is interpreted in
native byte order.
- hashShorts(short[]) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
- hashShorts(short[], int, int) - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
Returns the hash code for bytes, as they lay in memory, of the specified subsequence
of the given short array.
- hashVoid() - Method in class net.openhft.chronicle.algo.hashing.LongHashFunction
-
Returns the hash code for the empty (zero-length) bytes sequence,
for example hashBytes(new byte[0]).
- set(long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
-
Sets the bit at the specified index to true.
- set(long, boolean) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
-
Sets the bit at the specified index to the specified value.
- set(Access<T>, T, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
-
Sets the bit at the specified index to true.
- set(Access<T>, T, long, long, boolean) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
-
Sets the bit at the specified index to the specified value.
- set(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
-
- set(long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
-
- set(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
-
- setAll() - Method in interface net.openhft.chronicle.algo.bitset.BitSet
-
Sets all bits, bs.setAll() is equivalent
of bs.set(0, bs.size().
- setAll(Access<T>, T, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
-
Equivalent to setRange(0, logicalSize()).
- setAll(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
-
- setAll() - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
-
- setAll(Access<T>, T, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
-
- setBits() - Method in interface net.openhft.chronicle.algo.bitset.BitSet
-
Returns an iteration of set bits in direct order
(from 0 to the end of the bit set).
- setBits() - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
-
Returns an iteration of set bits in direct order
(from 0 to the end of the bit set).
- setBits() - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
-
- setBits() - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
-
- setBits() - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
-
- setIfClear(long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
-
Sets the bit at the specified index to true.
- setIfClear(Access<T>, T, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
-
Sets the bit at the specified index to true.
- setIfClear(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
-
- setIfClear(long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
-
- setIfClear(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
-
- setNextClearBit(long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
-
Finds and sets to true the first bit that is set to false
that occurs on or after the specified starting index.
- setNextClearBit(Access<T>, T, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
-
Finds and sets to true the first bit that is set to false
that occurs on or after the specified starting index.
- setNextClearBit(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
-
- setNextClearBit(long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
-
- setNextClearBit(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
-
- setNextNContinuousClearBits(long, int) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
-
Finds the next numberOfBits consecutive bits set to false,
starting from the specified fromIndex.
- setNextNContinuousClearBits(Access<T>, T, long, long, int) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
-
Finds the next numberOfBits consecutive bits set to false,
starting from the specified fromIndex.
- setNextNContinuousClearBits(Access<T>, T, long, long, int) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
-
WARNING! This implementation doesn't strictly follow the contract
from DirectBitSet interface.
- setNextNContinuousClearBits(long, int) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
-
- setNextNContinuousClearBits(Access<T>, T, long, long, int) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
-
- setOffset(long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
-
- setPreviousClearBit(long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
-
Finds and sets to true the nearest bit that is set
to false that occurs on or before the specified starting index.
- setPreviousClearBit(Access<T>, T, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
-
Finds and sets to true the nearest bit that is set
to false that occurs on or before the specified starting index.
- setPreviousClearBit(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
-
- setPreviousClearBit(long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
-
- setPreviousClearBit(Access<T>, T, long, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
-
- setPreviousNContinuousClearBits(long, int) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
-
Finds the previous numberOfBits consecutive bits
set to false, starting from the specified fromIndex.
- setPreviousNContinuousClearBits(Access<T>, T, long, long, int) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
-
Finds the previous numberOfBits consecutive bits
set to false, starting from the specified fromIndex.
- setPreviousNContinuousClearBits(Access<T>, T, long, long, int) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
-
WARNING! This implementation doesn't strictly follow the contract
from DirectBitSet interface.
- setPreviousNContinuousClearBits(long, int) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
-
- setPreviousNContinuousClearBits(Access<T>, T, long, long, int) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
-
- setRange(long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
-
Sets the bits from the specified fromIndex (inclusive) to the
specified toIndex (exclusive) to true.
- setRange(long, long, boolean) - Method in interface net.openhft.chronicle.algo.bitset.BitSet
-
Sets the bits from the specified fromIndex (inclusive) to the
specified toIndex (exclusive) to the specified value.
- setRange(Access<T>, T, long, long, long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
-
Sets the bits from the specified fromIndex (inclusive) to the
specified toIndex (exclusive) to true.
- setRange(Access<T>, T, long, long, long, boolean) - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
-
Sets the bits from the specified fromIndex (inclusive) to the
specified toIndex (exclusive) to the specified value.
- setRange(Access<T>, T, long, long, long) - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
-
- setRange(long, long) - Method in class net.openhft.chronicle.algo.bitset.ReusableBitSet
-
- setRange(Access<T>, T, long, long, long) - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
-
- shortArrayAccessor() - Static method in interface net.openhft.chronicle.algo.bytes.Accessor
-
- SingleThreadedFlatBitSetFrame - Class in net.openhft.chronicle.algo.bitset
-
DirectBitSet with input validations, This class is not thread safe
- SingleThreadedFlatBitSetFrame(long) - Constructor for class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
-
Creates a new SingleThreadedFlatBitSetFrame of the given logical size
- size(long) - Method in interface net.openhft.chronicle.algo.bytes.Accessor
-
Convert size (length) in the source domain to size in bytes.
- sizeInBytes(long) - Method in interface net.openhft.chronicle.algo.bitset.BitSetAlgorithm
-
- sizeInBytes() - Method in interface net.openhft.chronicle.algo.bitset.BitSetFrame
-
Number of bytes taken by this frame.
- sizeInBytes() - Method in class net.openhft.chronicle.algo.bitset.ConcurrentFlatBitSetFrame
-
- sizeInBytes() - Method in class net.openhft.chronicle.algo.bitset.SingleThreadedFlatBitSetFrame
-
- sizeInBytes() - Method in interface net.openhft.chronicle.algo.locks.LockingStrategy
-
- sizeInBytes() - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteUpdateWithWaitsLockingStrategy
-
- sizeInBytes() - Method in class net.openhft.chronicle.algo.locks.VanillaReadWriteWithWaitsLockingStrategy
-
- spinLoop(long, TimeUnit) - Static method in class net.openhft.chronicle.algo.locks.AcquisitionStrategies
-
- spinLoopOrFail(long, TimeUnit) - Static method in class net.openhft.chronicle.algo.locks.AcquisitionStrategies
-
- spinLoopRegisteringWaitOrFail(long, TimeUnit) - Static method in class net.openhft.chronicle.algo.locks.AcquisitionStrategies
-
- stringAccessor() - Static method in interface net.openhft.chronicle.algo.bytes.Accessor
-