Package | Description |
---|---|
uk.ac.manchester.cs.chainsaw |
Modifier and Type | Class and Description |
---|---|
class |
FastSetSimple |
class |
LocalFastSet |
Modifier and Type | Method and Description |
---|---|
static FastSet |
FastSetFactory.create() |
FastSet |
ArrayIntMap.get(int key)
returns a mutable set of values connected to the key; if no value is connected, returns an
immutable empty set
|
Modifier and Type | Method and Description |
---|---|
void |
LocalFastSet.addAll(FastSet c) |
void |
FastSetSimple.addAll(FastSet c) |
void |
FastSet.addAll(FastSet c) |
boolean |
LocalFastSet.containsAll(FastSet c) |
boolean |
FastSetSimple.containsAll(FastSet c) |
boolean |
FastSet.containsAll(FastSet c) |
boolean |
LocalFastSet.containsAny(FastSet c) |
boolean |
FastSetSimple.containsAny(FastSet c) |
boolean |
FastSet.containsAny(FastSet c) |
boolean |
LocalFastSet.intersect(FastSet f) |
boolean |
FastSetSimple.intersect(FastSet f) |
boolean |
FastSet.intersect(FastSet f) |
Copyright © 2020 The University of Manchester. All rights reserved.