Namespace:
OpenEdge.Core.Collections
Type:
Interface
IMapEntry
Parent Classes:
Inherits:
Progress.Lang.Object
Copyright (c) 2013 by Progress Software Corporation. All rights reserved.
File:
IMapEntry
Purpose:
A map entry (key-value pair).
The IMap:EntrySet returns a set-view of the map,
whose elements are of this class.
Author(s):
hdaniels
Created:
Sun Apr 11 23:46:14 EDT 2010
Notes:
The only way to obtain a reference to a map entry is
from the iterator of the IEntrySet.
The IMapEntry objects are valid only for the duration
of the iteration.
Property Summary
Options
Name
Purpose
Progress.Lang.Object
Key
Progress.Lang.Object
Value
Property Detail
Top
Progress.Lang.Object
Key
Returns
Progress.Lang.Object
Top
Progress.Lang.Object
Value
Returns
Progress.Lang.Object