|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jikesrvm.util.AbstractHashSetRVM<T>
org.jikesrvm.util.HashSetRVM<T>
public final class HashSetRVM<T>
Stripped down implementation of HashSet for use
by core parts of the JikesRVM runtime. Consider the use of
ImmutableEntryHashSetRVM when the use of the HashSet
methods is limited.
| Nested Class Summary | |
|---|---|
(package private) static class |
HashSetRVM.Bucket<T>
|
| Nested classes/interfaces inherited from class org.jikesrvm.util.AbstractHashSetRVM |
|---|
AbstractHashSetRVM.AbstractBucket<T>, AbstractHashSetRVM.SetIterator |
| Field Summary |
|---|
| Fields inherited from class org.jikesrvm.util.AbstractHashSetRVM |
|---|
buckets, DEFAULT_SIZE, numElems |
| Constructor Summary | |
|---|---|
HashSetRVM()
|
|
HashSetRVM(int size)
|
|
| Method Summary | |
|---|---|
(package private) AbstractHashSetRVM.AbstractBucket<T> |
createNewBucket(T key,
AbstractHashSetRVM.AbstractBucket<T> next)
|
| Methods inherited from class org.jikesrvm.util.AbstractHashSetRVM |
|---|
add, addAll, contains, get, iterator, newBucketArray, remove, removeAll, size |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HashSetRVM()
public HashSetRVM(int size)
| Method Detail |
|---|
AbstractHashSetRVM.AbstractBucket<T> createNewBucket(T key,
AbstractHashSetRVM.AbstractBucket<T> next)
createNewBucket in class AbstractHashSetRVM<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||