public EntryIterator(IntBooleanMap map) { _index = _tSafeIndex = map.getLastFreeIndex(); if (map._size == 0) { _index = _tSafeIndex + 1; } _tSet = map._set; _tValues = map._values; _entry = new Entry(); _entry.key = _tFv = map._freeValue; }
public EntrySet(IntBooleanMap map) { _map = map; }