public class RecentViewedItemsCollection
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayDeque<java.lang.String> |
codes |
protected int |
maxEntries |
| Constructor and Description |
|---|
RecentViewedItemsCollection(int maxEntries) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCode(java.lang.String code) |
java.util.List<java.lang.String> |
getCodes() |
Copyright © 2018 SAP SE. All Rights Reserved.