S - type of Summarypublic interface SummarySetOperations<S extends Summary>
| Modifier and Type | Method and Description |
|---|---|
S |
intersection(S a,
S b)
This is called when an intersection of two sketches is produced, and both sketches have the
same key.
|
S |
union(S a,
S b)
This is called when a union of two sketches is produced, and both sketches have the same key.
|
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.