/* 689 */ Enumeration localEnumeration = members();
/* */
/* 692 */ this.cachePoint.setX(i);
/* 693 */ this.cachePoint.setY(j);
/* 694 */ while (localEnumeration.hasMoreElements()) {
/* 695 */ TwoDSprite localTwoDSprite = (TwoDSprite)localEnumeration.nextElement();
/* 696 */ if (localTwoDSprite.hitTest(this.compSpace.hitTestFlag | 0x10, this.cachePoint)) {
/* 697 */ if (localObject != null) {
/* 698 */ if (localTwoDSprite.getLayer() < localObject.getLayer())
/* 699 */ localObject = localTwoDSprite;
/* */ }
/* 701 */ else localObject = localTwoDSprite;
/* */ }
/* */ }