public class RecordIdSet
extends java.lang.Object
RecordIds.
The set doesn't keep references to the actual record ids
it contains.| Constructor and Description |
|---|
RecordIdSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addIfNotPresent(RecordId id)
Add
id to this set if not already present |
boolean |
contains(RecordId id)
Check whether
id is present is this set. |
public boolean addIfNotPresent(RecordId id)
id to this set if not already presentid - the record id to addtrue if added, false if already presentpublic boolean contains(RecordId id)
id is present is this set.id - the record id to check fortrue iff id is present."Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"