Searched refs:overflowCount (Results 1 – 1 of 1) sorted by relevance
87 val overflowCount = entities.size + bubblesInRange.size - capacity regex88 if (overflowCount > 0) {90 uncache(entities.take(overflowCount))91 entities = entities.drop(overflowCount).toMutableList()