public final class EntryList extends Object
Entry type.
Also allows to filter for core and non-core entries
Copyright 2004 SAP AG author Andreas Heix andreas.heix at sap.com author Ralf Hammer ralf.hammer at sap.com
| Constructor and Description |
|---|
EntryList(Set set)
Standard constructor
|
| Modifier and Type | Method and Description |
|---|---|
Entry |
get(int i) |
static EntryList |
getNewFilteredList(EntryList list,
boolean isCore) |
int |
size() |
String |
toString() |
public EntryList(Set set)
set - must only contain Entry instances. The instances are copied
into the list-persistence of this class. As Entry instances are
immutable, so is the list itself.public int size()
public Entry get(int i)
public static EntryList getNewFilteredList(EntryList list, boolean isCore)
list - the list that contains the Entry instances to filter.
Must not be nullisCore - flag telling if core or non-core Entry instances should be in
the returned list. If the value is set to true, only Entry
instances that return true for the isCore method
will be included in the returned list.EntryList instance that holds a subset of the given
list. Filtering is done using the isCore parameter| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
Copyright 2021 SAP SE Complete Copyright Notice