| Modifier and Type | Field and Description |
|---|---|
static int |
limit |
| Constructor and Description |
|---|
IntSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int e) |
void |
addAll(FastSet c) |
void |
clear() |
void |
completeSet(int value) |
boolean |
contains(int key) |
boolean |
containsAll(FastSet c) |
boolean |
containsAny(FastSet c) |
boolean |
equals(Object arg0) |
int |
get(int i) |
int |
hashCode() |
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() |
String |
toString() |
public static final int limit
public void clear()
public boolean contains(int key)
public void add(int e)
public void addAll(FastSet c)
public boolean containsAll(FastSet c)
public boolean containsAny(FastSet c)
public void remove(int o)
public int[] toIntArray()
public boolean intersect(FastSet f)
public int get(int i)
public void removeAt(int o)
public void removeAll(int i,
int end)
public boolean isEmpty()
public int size()
public void removeAllValues(int... values)
public void completeSet(int value)
Copyright © 2013 The University of Manchester. All Rights Reserved.