Java API Reference for Oracle® Coherence Community Edition
(14.1.1.0.5)
-
-
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)
Java API Reference for Oracle® Coherence Community Edition
(14.1.1.0.5)
Copyright © 2000, 2020, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.