Package com.db4o.foundation
Class IdentitySet4
- java.lang.Object
-
- com.db4o.foundation.HashtableBase
-
- com.db4o.foundation.IdentitySet4
-
- All Implemented Interfaces:
Iterable4
public class IdentitySet4 extends HashtableBase implements Iterable4
-
-
Field Summary
-
Fields inherited from class com.db4o.foundation.HashtableBase
_mask, _maximumSize, _size, _table, _tableSize
-
-
Constructor Summary
Constructors Constructor Description IdentitySet4()
IdentitySet4(int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(java.lang.Object obj)
boolean
contains(java.lang.Object obj)
Iterator4
iterator()
void
remove(java.lang.Object obj)
-
Methods inherited from class com.db4o.foundation.HashtableBase
clear, entryIndex, findWithSameKey, hashtableIterator, keys, putEntry, removeEntry, removeIntEntry, removeLongEntry, removeObjectEntry, size, toString, values, valuesIterator
-
-