Home | History | Annotate | Download | only in util

Lines Matching defs:tryAdvance

1146         public boolean tryAdvance(Consumer<? super K> action) {
1224 public boolean tryAdvance(Consumer<? super V> action) {
1306 public boolean tryAdvance(Consumer<? super Map.Entry<K,V>> action) {