Question
3
Replies
3760
Views
Posted: December 23, 2016
Last activity: January 2, 2017
Closed
Solved
Pega Data Elements and Java Data Structure
Pega Data Element = Java Structure
Single Value = Java.lang.string class
Value List = Sorted array of strings
Value Group = HashMap
Page = Java Object
Page List = ????
Page Group = ????
Please fill in the ??? and correct any mistakes...
Page List = List of java objects accessed by using index
Page Group = List of java objects accessed by using name.
The page-list and group are similar to the value list and group except they represent a list of pages. Since
most applications require complex structures, page lists and page groups are much more common than
value lists and groups.