SyncInfoSet.getNodes(
FastSyncInfoFilter filter)
Return all nodes in this set that match the given filter.
boolean
SyncInfoSet.hasNodes(
FastSyncInfoFilter filter)
Indicate whether the set has nodes matching the given filter.
void
SyncInfoSet.rejectNodes(
FastSyncInfoFilter filter)
Removes all nodes from this set that match the given filter
leaving those that do not match the filter.
void
SyncInfoSet.selectNodes(
FastSyncInfoFilter filter)
Removes all nodes from this set that do not match the given filter
leaving only those that do match the filter.