Uses of Interface
com.tangosol.util.BinaryLongMap.Entry
- 
Packages that use BinaryLongMap.Entry Package Description com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.util Contains various generic utilities. - 
- 
Uses of BinaryLongMap.Entry in com.tangosol.net.cache
Methods in com.tangosol.net.cache with parameters of type BinaryLongMap.Entry Modifier and Type Method Description voidCompactSerializationCache.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.Entry Modifier and Type Class Description protected classMultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitor.WrapperEntryWrapperEntry 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 classMultiBinaryLongMap.MaskedBinaryLongMap.MaskedEntryMaskedEntry represents an Entry in the MaskedBinaryLongMap.protected static classMultiBinaryLongMap.SafeEntrySafeEntry 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.Entry Modifier and Type Field Description protected BinaryLongMap.EntryMultiBinaryLongMap.MaskedBinaryLongMap.MaskedEntry. f_entryThe underlying entry.protected 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.Entry Modifier and Type Method Description BinaryLongMap.EntryBinaryLongMap.Entry. setValue(long lValue)Set the value associated with this entry.BinaryLongMap.EntryMultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitor.WrapperEntry. setValue(long lValue)Set the value associated with this entry.BinaryLongMap.EntryMultiBinaryLongMap.MaskedBinaryLongMap.MaskedEntry. setValue(long lValue)Set the value associated with this entry.BinaryLongMap.EntryMultiBinaryLongMap.SafeEntry. setValue(long lValue)Set the value associated with this entry.Methods in com.tangosol.util with parameters of type BinaryLongMap.Entry Modifier and Type Method Description voidMultiBinaryLongMap.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.Entry Modifier and Type Method Description protected static MultiBinaryLongMap.SafePredicateMultiBinaryLongMap. ensureSafePredicate(Predicate<BinaryLongMap.Entry> predicate)Return a SafePredicate based on the specified predicate implementation.Iterator<Binary>BinaryLongMap. keys(Predicate<BinaryLongMap.Entry> predicate)Obtain an iterator of the keys stored in the map whose correspondingEntrymatches the passedPredicate<Entry>.Iterator<Binary>BinaryRadixTree. keys(Predicate<BinaryLongMap.Entry> predicate)Obtain an iterator of the keys stored in the map whose correspondingEntrymatches the passedPredicate<Entry>.Iterator<Binary>MultiBinaryLongMap.AbstractDelegateBinaryLongMap. keys(Predicate<BinaryLongMap.Entry> predicate)Obtain an iterator of the keys stored in the map whose correspondingEntrymatches the passedPredicate<Entry>.Iterator<Binary>MultiBinaryLongMap.MaskedBinaryLongMap. keys(Predicate<BinaryLongMap.Entry> predicate)Obtain an iterator of the keys stored in the map whose correspondingEntrymatches the passedPredicate<Entry>.Iterator<Binary>MultiBinaryLongMap.PrimaryBinaryLongMap.DelegatingPrimaryBinaryLongMap. keys(Predicate<BinaryLongMap.Entry> predicate)Obtain an iterator of the keys stored in the map whose correspondingEntrymatches the passedPredicate<Entry>.Iterator<Binary>MultiBinaryLongMap.PrimaryBinaryLongMap. keys(Predicate<BinaryLongMap.Entry> predicate)Obtain an iterator of the keys stored in the map whose correspondingEntrymatches the passedPredicate<Entry>.Iterator<Binary>MultiBinaryLongMap.SafeBinaryLongMap. keys(Predicate<BinaryLongMap.Entry> predicate)Obtain an iterator of the keys stored in the map whose correspondingEntrymatches the passedPredicate<Entry>.Iterator<Binary>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.Entry Constructor Description 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. 
 -