Searched refs:shouldElement (Results 1 – 1 of 1) sorted by relevance
322 Object shouldElement = selections[i]; in _createSelectionEnumeration() local326 ObjCompare.compare(shouldElement, nextElement); in _createSelectionEnumeration()328 compRes = util.ValueComparer.equalValue(shouldElement, nextElement); in _createSelectionEnumeration()336 … log.println("Getting: "+((Integer) ((Object[])shouldElement)[0]).intValue()); in _createSelectionEnumeration()395 Object shouldElement = selections[i]; in _createReverseSelectionEnumeration() local399 ObjCompare.compare(shouldElement, nextElement); in _createReverseSelectionEnumeration()401 compRes = util.ValueComparer.equalValue(shouldElement, nextElement); in _createReverseSelectionEnumeration()409 … log.println("Getting: "+((Integer) ((Object[])shouldElement)[0]).intValue()); in _createReverseSelectionEnumeration()
Completed in 7 milliseconds