Namespace: OpenEdge.Core.Collections
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

PROTECTED Progress.Lang.Object Key

Returns Progress.Lang.Object
Top

PROTECTED Progress.Lang.Object Value

Returns Progress.Lang.Object


10.27.2015 12:36:21