/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
H A D | SortedMultiset.java | 41 Entry<E> pollLastEntry(); method in interface:SortedMultiset
|
H A D | DescendingMultiset.java | 59 return forwardMultiset().pollLastEntry(); 62 @Override public Entry<E> pollLastEntry() { method in class:DescendingMultiset
|
H A D | UnmodifiableSortedMultiset.java | 87 public Entry<E> pollLastEntry() { method in class:UnmodifiableSortedMultiset
|
H A D | AbstractSortedMultiset.java | 90 public Entry<E> pollLastEntry() { method in class:AbstractSortedMultiset
|
/external/guava/guava/src/com/google/common/collect/ |
H A D | DescendingMultiset.java | 59 return forwardMultiset().pollLastEntry(); 62 @Override public Entry<E> pollLastEntry() { method in class:DescendingMultiset
|
H A D | SortedMultiset.java | 80 Entry<E> pollLastEntry(); method in interface:SortedMultiset
|
H A D | ForwardingSortedMultiset.java | 172 public Entry<E> pollLastEntry() { method in class:ForwardingSortedMultiset 173 return delegate().pollLastEntry(); 177 * A sensible definition of {@link #pollLastEntry()} in terms of {@code 181 * {@link #pollLastEntry()} to forward to this implementation.
|
H A D | UnmodifiableSortedMultiset.java | 89 public Entry<E> pollLastEntry() { method in class:UnmodifiableSortedMultiset
|
H A D | AbstractSortedMultiset.java | 90 public Entry<E> pollLastEntry() { method in class:AbstractSortedMultiset
|
H A D | ForwardingNavigableMap.java | 243 public Entry<K, V> pollLastEntry() { method in class:ForwardingNavigableMap 244 return delegate().pollLastEntry();
|
H A D | AbstractNavigableMap.java | 61 public Entry<K, V> pollLastEntry() { method in class:AbstractNavigableMap
|
H A D | SortedMultisets.java | 131 return getElementOrNull(multiset().pollLastEntry());
|
H A D | ImmutableSortedMultiset.java | 363 public final Entry<E> pollLastEntry() { method in class:ImmutableSortedMultiset
|
H A D | Maps.java | 2048 @Override public Entry<K, V2> pollLastEntry() { method in class:Maps.TransformedEntriesNavigableMap 2049 return transformEntry(fromMap().pollLastEntry()); 2991 public Entry<K, V> pollLastEntry() { method in class:Maps.FilteredEntryNavigableMap 3180 public final Entry<K, V> pollLastEntry() { method in class:Maps.UnmodifiableNavigableMap 3610 return keyOrNull(map().pollLastEntry()); 3887 return forward().pollLastEntry(); 3891 public Entry<K, V> pollLastEntry() { method in class:Maps.DescendingMap
|
H A D | ImmutableSortedMap.java | 646 public final Entry<K, V> pollLastEntry() { method in class:ImmutableSortedMap
|
H A D | Synchronized.java | 1476 @Override public Entry<K, V> pollLastEntry() { method in class:Synchronized.SynchronizedNavigableMap 1478 return nullableSynchronizedEntry(delegate().pollLastEntry(), mutex);
|
H A D | AbstractMapBasedMultimap.java | 1492 public Entry<K, Collection<V>> pollLastEntry() { method in class:AbstractMapBasedMultimap.NavigableAsMap
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
H A D | NavigableMapNavigationTester.java | 109 assertNull(navigableMap.pollLastEntry()); 144 assertEquals(a, navigableMap.pollLastEntry()); 222 assertEquals(c, navigableMap.pollLastEntry()); 231 navigableMap.pollLastEntry();
|
/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | ForwardingSortedMultisetTest.java | 89 public Entry<E> pollLastEntry() { method in class:ForwardingSortedMultisetTest.StandardImplForwardingSortedMultiset 244 forward().pollLastEntry(); 245 assertEquals("[pollLastEntry]", getCalls());
|
H A D | SynchronizedNavigableMapTest.java | 186 @Override public Entry<K, V> pollLastEntry() { method in class:SynchronizedNavigableMapTest.TestMap 188 return delegate().pollLastEntry(); 357 create().pollLastEntry();
|
H A D | ForwardingNavigableMapTest.java | 176 public Entry<K, V> pollLastEntry() { method in class:ForwardingNavigableMapTest.StandardImplForwardingNavigableMap 334 forward().pollLastEntry(); 335 assertEquals("[pollLastEntry]", getCalls());
|
H A D | MapsTest.java | 828 assertEquals(mapEntry("two", 3), map.pollLastEntry()); 883 map.subMap("one", false, "zzz", true).pollLastEntry()); 1957 unmod.pollLastEntry();
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
H A D | SafeTreeMap.java | 225 @Override public Entry<K, V> pollLastEntry() { method in class:SafeTreeMap 226 return delegate.pollLastEntry();
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
H A D | MultisetNavigationTester.java | 129 assertNull(sortedMultiset.pollLastEntry()); 161 assertEquals(a, sortedMultiset.pollLastEntry()); 228 assertEquals(c, sortedMultiset.pollLastEntry()); 236 sortedMultiset.pollLastEntry();
|
/external/guice/lib/ |
H A D | guava-16.0.1.jar | META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ... |