Uses of Interface
com.tangosol.util.BinaryLongMap.Entry
Packages that use BinaryLongMap.Entry
Package
Description
Contains classes providing various caching strategies.
Contains various generic utilities.
-
Uses of BinaryLongMap.Entry in com.tangosol.net.cache
Methods in com.tangosol.net.cache with parameters of type BinaryLongMap.EntryModifier and TypeMethodDescriptionvoid
CompactSerializationCache.InternalEvictionPolicy.EvictionVisitor.visit
(BinaryLongMap.Entry entry) Visit the specified entry.void
CompactSerializationCache.MinExpiryVisitor.visit
(BinaryLongMap.Entry entry) Visit the specified entry.void
CompactSerializationCache.TouchCountVisitor.visit
(BinaryLongMap.Entry entry) Visit the specified entry. -
Uses of BinaryLongMap.Entry in com.tangosol.util
Classes in com.tangosol.util that implement BinaryLongMap.EntryModifier and TypeClassDescriptionprotected class
WrapperEntry is used to wrap an Entry from the master key-tree (which associates the key with the encoded slot-id) and associate it with the logical value associated with this AbstractDelegatingBinaryLongMap for the purposes of exposing to the predicate.protected class
MaskedEntry represents an Entry in the MaskedBinaryLongMap.protected static class
SafeEntry is an immutableBinaryLongMap.Entry
implementation that exposes the logical contents of an underlying Entry in a way that is safe from mutations or being held as a reference.Fields in com.tangosol.util declared as BinaryLongMap.EntryModifier and TypeFieldDescriptionprotected final BinaryLongMap.Entry
MultiBinaryLongMap.MaskedBinaryLongMap.MaskedEntry.f_entry
The underlying entry.protected final BinaryLongMap.Entry
MultiBinaryLongMap.SafeEntry.f_entry
The underlying entry (used for binary key retrieval).protected BinaryLongMap.Entry
MultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitor.WrapperEntry.m_entry
The underlying Entry.Methods in com.tangosol.util that return BinaryLongMap.EntryModifier and TypeMethodDescriptionBinaryLongMap.Entry.setValue
(long lValue) Set the value associated with this entry.MultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitor.WrapperEntry.setValue
(long lValue) Set the value associated with this entry.MultiBinaryLongMap.MaskedBinaryLongMap.MaskedEntry.setValue
(long lValue) Set the value associated with this entry.MultiBinaryLongMap.SafeEntry.setValue
(long lValue) Set the value associated with this entry.Methods in com.tangosol.util with parameters of type BinaryLongMap.EntryModifier and TypeMethodDescriptionvoid
MultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitor.WrapperEntry.reset
(BinaryLongMap.Entry entry) Reset the WrapperEntry to represent a different underlying Entry.void
BinaryLongMap.EntryVisitor.visit
(BinaryLongMap.Entry entry) Visit the specified entry.void
MultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitor.visit
(BinaryLongMap.Entry entry) Visit the specified entry.void
MultiBinaryLongMap.MaskedBinaryLongMap.MaskedEntryVisitor.visit
(BinaryLongMap.Entry entry) Visit the specified entry.Method parameters in com.tangosol.util with type arguments of type BinaryLongMap.EntryModifier and TypeMethodDescriptionprotected static MultiBinaryLongMap.SafePredicate
MultiBinaryLongMap.ensureSafePredicate
(Predicate<BinaryLongMap.Entry> predicate) Return a SafePredicate based on the specified predicate implementation.BinaryLongMap.keys
(Predicate<BinaryLongMap.Entry> predicate) Obtain an iterator of the keys stored in the map whose correspondingEntry
matches the passedPredicate<Entry>
.BinaryRadixTree.keys
(Predicate<BinaryLongMap.Entry> predicate) Obtain an iterator of the keys stored in the map whose correspondingEntry
matches the passedPredicate<Entry>
.MultiBinaryLongMap.AbstractDelegateBinaryLongMap.keys
(Predicate<BinaryLongMap.Entry> predicate) Obtain an iterator of the keys stored in the map whose correspondingEntry
matches the passedPredicate<Entry>
.MultiBinaryLongMap.MaskedBinaryLongMap.keys
(Predicate<BinaryLongMap.Entry> predicate) Obtain an iterator of the keys stored in the map whose correspondingEntry
matches the passedPredicate<Entry>
.MultiBinaryLongMap.PrimaryBinaryLongMap.DelegatingPrimaryBinaryLongMap.keys
(Predicate<BinaryLongMap.Entry> predicate) Obtain an iterator of the keys stored in the map whose correspondingEntry
matches the passedPredicate<Entry>
.MultiBinaryLongMap.PrimaryBinaryLongMap.keys
(Predicate<BinaryLongMap.Entry> predicate) Obtain an iterator of the keys stored in the map whose correspondingEntry
matches the passedPredicate<Entry>
.MultiBinaryLongMap.SafeBinaryLongMap.keys
(Predicate<BinaryLongMap.Entry> predicate) Obtain an iterator of the keys stored in the map whose correspondingEntry
matches the passedPredicate<Entry>
.MultiBinaryLongMap.WrapperBinaryLongMap.keys
(Predicate<BinaryLongMap.Entry> predicate) Obtain an iterator of the keys stored in the map whose correspondingEntry
matches the passedPredicate<Entry>
.Constructors in com.tangosol.util with parameters of type BinaryLongMap.EntryModifierConstructorDescriptionprotected
MaskedEntry
(BinaryLongMap.Entry entry) Construct a MaskedEntry backed by the specified underlying entry.SafeEntry
(BinaryLongMap.Entry entry) Construct a SafeEntry backed by the specified underlying entry.