| Package | Description | 
|---|---|
| com.tangosol.io.nio | 
 Contains classes related to J2SE 1.4 NIO functionality. 
 | 
| com.tangosol.net.cache | 
 Contains classes providing various caching strategies. 
 | 
| com.tangosol.net.partition | 
 Contains interfaces and classes related to partitioned services. 
 | 
| com.tangosol.run.xml | 
 Contains classes providing basic XML related functionality. 
 | 
| com.tangosol.util | 
 Contains various generic utilities. 
 | 
| com.tangosol.util.comparator | 
 Contains concrete  
Comparator implementations and related interfaces. | 
| com.tangosol.util.extractor | 
 Contains  
ValueExtractor and
ValueUpdater related classes. | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
BinaryMap.Entry
A map entry (key-value pair). 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BackingMapBinaryEntry
An implementation of the BinaryEntry interface that is based on specified
 binary key, binary value and BackingMapManagerContext. 
 | 
class  | 
ReadWriteBackingMap.Entry
A queue entry that is scheduled to come out of the front of the
 queue no earlier than some specific point in time. 
 | 
class  | 
SerializationCache.EntrySet.Entry
A Cache Entry implementation. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ObservableSplittingBackingCache.EntrySet.Entry
A Cache Entry implementation. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimpleElement.AttributeMap.Entry
An implementation of Entry that supports keeping them in a list. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
BinaryEntry<K,V>
Map.Entry that internally stores both key and value in a Binary format and
 uses an underlying Serializer to convert it to and from an Object view. 
 | 
static interface  | 
InvocableMap.Entry<K,V>
An InvocableMap.Entry contains additional information and exposes
 additional operations that the basic Map.Entry does not. 
 | 
static interface  | 
MapTrigger.Entry<K,V>
A MapTrigger Entry represents a pending change to an Entry that is about
 to committed to the underlying Map. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
protected class  | 
AbstractKeyBasedMap.EntrySet.Entry
A Map Entry implementation that defers its value acquisition from
 the containing map (via  
Map.get(Object)) if the Entry is
 constructed with a null value. | 
protected class  | 
ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry
ConverterMapEventBinaryEntry provides both the Map Entry and the
 BinaryEntry interfaces to the information encapsulated inside the
 ConverterMapEvent. 
 | 
protected static class  | 
InvocableMapHelper.RoutingBinaryEntry
BinaryEntry wrapper that routes the getValue()/getBinaryValue()
 calls onto getOriginalValue()/getOriginalBinaryValue(). 
 | 
protected static class  | 
InvocableMapHelper.RoutingMapTriggerEntry
MapTrigger.Entry wrapper that routes the getValue() call onto
 getOriginalValue(). 
 | 
static class  | 
InvocableMapHelper.SimpleEntry<K,V>
Simple implementation of the InvocableMap.Entry interface. 
 | 
protected class  | 
OpenHashMap.EntrySet.Entry
An Entry implementation that is augmented to allow an Entry instance
 to be re-used, which means that the same Entry instance can represent
 different map entries over time. 
 | 
class  | 
SimpleMapEntry<K,V>
A map entry (key-value pair). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
QueryMapComparator.compareEntries(QueryMap.Entry<?,T> entry1,
              QueryMap.Entry<?,T> entry2)
Compare two entries based on the rules specified by  
Comparator. | 
int | 
QueryMapComparator.compareEntries(QueryMap.Entry<?,T> entry1,
              QueryMap.Entry<?,T> entry2)
Compare two entries based on the rules specified by  
Comparator. | 
int | 
ChainedComparator.compareEntries(QueryMap.Entry<?,T> entry1,
              QueryMap.Entry<?,T> entry2)
Compare two entries based on the rules specified by  
Comparator. | 
int | 
ChainedComparator.compareEntries(QueryMap.Entry<?,T> entry1,
              QueryMap.Entry<?,T> entry2)
Compare two entries based on the rules specified by  
Comparator. | 
int | 
SafeComparator.compareEntries(QueryMap.Entry entry1,
              QueryMap.Entry entry2)
Compare two entries using the underlying comparator. 
 | 
int | 
SafeComparator.compareEntries(QueryMap.Entry entry1,
              QueryMap.Entry entry2)
Compare two entries using the underlying comparator. 
 | 
int | 
InverseComparator.compareEntries(QueryMap.Entry entry1,
              QueryMap.Entry entry2)
Compare two entries using the underlying comparator and negate the
 result. 
 | 
int | 
InverseComparator.compareEntries(QueryMap.Entry entry1,
              QueryMap.Entry entry2)
Compare two entries using the underlying comparator and negate the
 result. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
MultiExtractor.compareEntries(QueryMap.Entry entry1,
              QueryMap.Entry entry2)
Compare two entries based on the rules specified by  
Comparator. | 
int | 
MultiExtractor.compareEntries(QueryMap.Entry entry1,
              QueryMap.Entry entry2)
Compare two entries based on the rules specified by  
Comparator. | 
int | 
AbstractExtractor.compareEntries(QueryMap.Entry entry1,
              QueryMap.Entry entry2)
Compare two entries based on the rules specified by  
Comparator. | 
int | 
AbstractExtractor.compareEntries(QueryMap.Entry entry1,
              QueryMap.Entry entry2)
Compare two entries based on the rules specified by  
Comparator. |