Example #1
0
		// The sole purpose of the method is to avoid accessing private fields
		// from the Iterator inner class to workaround JDK 1.1 compiler bug which
		// generates code triggering VerifierError on recent JVMs
		internal void InitIterator(ObjToIntMap.Iterator i)
		{
			i.Init(keys, values, keyCount);
		}