Oracle® Fusion Middleware Java API       Reference for Oracle Coherence
14c       (14.1.1.0.0)
F23532-04
 
- 
- 
Constructor Summary
Constructors 
| Constructor and Description | 
EntrySet()  | 
 
 
 
- 
- 
Constructor Detail
- 
EntrySet
public EntrySet()
 
 
- 
Method Detail
- 
instantiateEntry
protected Map.Entry instantiateEntry(Object oKey,
                                     Object oValue)
Factory pattern. Create a Map Entry.
- Overrides:
 
instantiateEntry in class AbstractKeyBasedMap.EntrySet 
- Parameters:
 
oKey - the Entry key (required) 
oValue - the Entry value (optional; lazy loaded if necessary) 
- Returns:
 
- a new instance of an Entry with the specified key and
         value (if one is provided)
 
 
 
 
 
 
Oracle® Fusion Middleware Java API       Reference for Oracle Coherence
14c       (14.1.1.0.0)
F23532-04
 
Copyright © 2000, 2025, Oracle and/or its affiliates.       All rights reserved.