Searched refs:otherIterator (Results 1 – 3 of 3) sorted by relevance
175 Iterator<?> otherIterator = that.iterator(); in equals() local180 Object otherElement = otherIterator.next(); in equals()
186 Iterator<?> otherIterator = that.iterator(); in equals() local191 Object otherElement = otherIterator.next(); in equals()
2184 val otherIterator = other.iterator() in zip() constant2186 if (!otherIterator.hasNext()) return@consumeEach in zip()2187 val element2 = otherIterator.next() in zip()