public class CompactIntSetTest extends Object
CompactIntSet
Constructor and Description |
---|
CompactIntSetTest() |
Modifier and Type | Method and Description |
---|---|
void |
addRandom() |
void |
testAdd() |
void |
testAddNegative() |
void |
testAddTwice() |
void |
testContains() |
void |
testContainsNegative() |
void |
testEmptyIterator() |
void |
testEmptyIteratorNext() |
void |
testEmptyIteratorRemove() |
void |
testEmptyIteratorRemoveTwice() |
void |
testIterator() |
void |
testIteratorRemove() |
void |
testRemove() |
void |
testRemoveNegative() |
void |
testRemoveWithPrecedingDeletedValues() |
void |
testRemoveWithZero() |
void |
testSize() |
void |
testZeroTwice() |
public void testAdd()
public void testAddNegative()
public void testAddTwice()
public void testZeroTwice()
public void testContains()
public void testContainsNegative()
public void addRandom()
public void testRemove()
public void testRemoveWithZero()
public void testRemoveWithPrecedingDeletedValues()
public void testRemoveNegative()
public void testSize()
public void testIterator()
public void testEmptyIterator()
public void testEmptyIteratorNext()
public void testEmptyIteratorRemove()
public void testIteratorRemove()
public void testEmptyIteratorRemoveTwice()
Copyright © 2012. All Rights Reserved.