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 TypeMethodDescriptionvoidCompactSerializationCache.InternalEvictionPolicy.EvictionVisitor.visit(BinaryLongMap.Entry entry) Visit the specified entry.voidCompactSerializationCache.MinExpiryVisitor.visit(BinaryLongMap.Entry entry) Visit the specified entry.voidCompactSerializationCache.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 classWrapperEntry 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 classMaskedEntry represents an Entry in the MaskedBinaryLongMap.protected static classSafeEntry is an immutableBinaryLongMap.Entryimplementation 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.EntryMultiBinaryLongMap.MaskedBinaryLongMap.MaskedEntry.f_entryThe underlying entry.protected final BinaryLongMap.EntryMultiBinaryLongMap.SafeEntry.f_entryThe underlying entry (used for binary key retrieval).protected BinaryLongMap.EntryMultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitor.WrapperEntry.m_entryThe 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 TypeMethodDescriptionvoidMultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitor.WrapperEntry.reset(BinaryLongMap.Entry entry) Reset the WrapperEntry to represent a different underlying Entry.voidBinaryLongMap.EntryVisitor.visit(BinaryLongMap.Entry entry) Visit the specified entry.voidMultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitor.visit(BinaryLongMap.Entry entry) Visit the specified entry.voidMultiBinaryLongMap.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.SafePredicateMultiBinaryLongMap.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 correspondingEntrymatches the passedPredicate<Entry>.BinaryRadixTree.keys(Predicate<BinaryLongMap.Entry> predicate) Obtain an iterator of the keys stored in the map whose correspondingEntrymatches the passedPredicate<Entry>.MultiBinaryLongMap.AbstractDelegateBinaryLongMap.keys(Predicate<BinaryLongMap.Entry> predicate) Obtain an iterator of the keys stored in the map whose correspondingEntrymatches the passedPredicate<Entry>.MultiBinaryLongMap.MaskedBinaryLongMap.keys(Predicate<BinaryLongMap.Entry> predicate) Obtain an iterator of the keys stored in the map whose correspondingEntrymatches the passedPredicate<Entry>.MultiBinaryLongMap.PrimaryBinaryLongMap.DelegatingPrimaryBinaryLongMap.keys(Predicate<BinaryLongMap.Entry> predicate) Obtain an iterator of the keys stored in the map whose correspondingEntrymatches the passedPredicate<Entry>.MultiBinaryLongMap.PrimaryBinaryLongMap.keys(Predicate<BinaryLongMap.Entry> predicate) Obtain an iterator of the keys stored in the map whose correspondingEntrymatches the passedPredicate<Entry>.MultiBinaryLongMap.SafeBinaryLongMap.keys(Predicate<BinaryLongMap.Entry> predicate) Obtain an iterator of the keys stored in the map whose correspondingEntrymatches the passedPredicate<Entry>.MultiBinaryLongMap.WrapperBinaryLongMap.keys(Predicate<BinaryLongMap.Entry> predicate) Obtain an iterator of the keys stored in the map whose correspondingEntrymatches the passedPredicate<Entry>.Constructors in com.tangosol.util with parameters of type BinaryLongMap.EntryModifierConstructorDescriptionprotectedMaskedEntry(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.