| Modifier and Type | Method and Description |
|---|---|
SET<Key> |
SET.intersects(SET<Key> that)
Returns the intersection of this set and that set.
|
SET<Key> |
SET.union(SET<Key> that)
Returns the union of this set and that set.
|
| Modifier and Type | Method and Description |
|---|---|
SET<Key> |
SET.intersects(SET<Key> that)
Returns the intersection of this set and that set.
|
SET<Key> |
SET.union(SET<Key> that)
Returns the union of this set and that set.
|
Copyright © 2014. All Rights Reserved.