Searched refs:otherDelay (Results 1 – 1 of 1) sorted by relevance
208 long otherDelay = o.getDelay(TimeUnit.MILLISECONDS); in compareTo() local209 return Long.compare(ourDelay, otherDelay); in compareTo()