HashedEntry
bool operator<(const HashedEntry& other) const
bool operator>(const HashedEntry& other) const
VectorSet<HashedEntry> entrySet;
HashedEntry entry;
VectorSet<HashedEntry>::Iterator iterator = entrySet.Begin();
VectorSet<HashedEntry>::Iterator end = entrySet.End();