Searched defs:firstEntry (Results 1 - 20 of 20) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DAbstractSortedMultiset.java69 public Entry<E> firstEntry() { method in class:AbstractSortedMultiset
H A DDescendingImmutableSortedMultiset.java38 public Entry<E> firstEntry() { method in class:DescendingImmutableSortedMultiset
44 return forward.firstEntry();
H A DEmptyImmutableSortedMultiset.java34 public Entry<E> firstEntry() { method in class:EmptyImmutableSortedMultiset
H A DSortedMultiset.java55 Entry<E> firstEntry(); method in interface:SortedMultiset
H A DRegularImmutableSortedMultiset.java110 public CumulativeCountEntry<E> firstEntry() { method in class:RegularImmutableSortedMultiset
121 CumulativeCountEntry<E> firstEntry = firstEntry();
124 lastEntry.cumulativeCount - firstEntry.cumulativeCount + firstEntry.count);
H A DSortedMultisets.java65 return getElementOrThrow(multiset().firstEntry());
147 @Override public Entry<E> firstEntry() { method in class:SortedMultisets.DescendingMultiset
152 return forwardMultiset().firstEntry();
H A DMultisets.java240 public Entry<E> firstEntry() { method in class:Multisets.UnmodifiableSortedMultiset
241 return delegate().firstEntry();
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DSafeTreeMap.java119 @Override public Entry<K, V> firstEntry() { method in class:SafeTreeMap
120 return delegate.firstEntry();
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_os2.h152 PRBool firstEntry; /* Is this the entry returned member in struct:_MDDir
H A D_win95.h133 PRBool firstEntry; /* Is this the entry returned member in struct:_MDDir
142 PRBool firstEntry; /* Is this the entry returned member in struct:_MDDirUTF16
H A D_winnt.h201 PRBool firstEntry; /* Is this the entry returned member in struct:_MDDir
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 488 milliseconds