@Original public interface FastSet
| Modifier and Type | Method and Description |
|---|---|
void |
add(int e) |
void |
addAll(FastSet c) |
void |
clear() |
void |
completeSet(int value) |
boolean |
contains(int o) |
boolean |
containsAll(FastSet c) |
boolean |
containsAny(FastSet c) |
int |
get(int i) |
boolean |
intersect(FastSet f) |
boolean |
isEmpty() |
void |
remove(int o) |
void |
removeAll(int i,
int end) |
void |
removeAllValues(int... values) |
void |
removeAt(int o) |
int |
size() |
int[] |
toIntArray() |
void add(int e)
void addAll(FastSet c)
void clear()
boolean contains(int o)
boolean containsAll(FastSet c)
boolean isEmpty()
void remove(int o)
int size()
int[] toIntArray()
boolean intersect(FastSet f)
int get(int i)
void removeAt(int o)
void removeAll(int i,
int end)
void removeAllValues(int... values)
boolean containsAny(FastSet c)
void completeSet(int value)
Copyright © 2013 The University of Manchester. All Rights Reserved.