Searched defs:firstKey (Results 1 - 16 of 16) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DPackedSwitchPayloadDecodedInstruction.java26 private final int firstKey; field in class:PackedSwitchPayloadDecodedInstruction
38 int opcode, int firstKey, int[] targets) {
41 this.firstKey = firstKey;
51 return firstKey;
37 PackedSwitchPayloadDecodedInstruction(InstructionCodec format, int opcode, int firstKey, int[] targets) argument
/external/guava/guava/src/com/google/common/collect/
H A DForwardingSortedMap.java70 public K firstKey() { method in class:ForwardingSortedMap
71 return delegate().firstKey();
107 * firstKey()} method of {@link #tailMap}. If you override {@link #tailMap},
118 Object ceilingKey = self.tailMap(key).firstKey();
H A DSortedMaps.java343 @Override public K firstKey() { method in class:SortedMaps.FilteredSortedMap
H A DStandardRowSortedTable.java87 return sortedBackingMap().firstKey();
139 public R firstKey() { method in class:StandardRowSortedTable.RowSortedMap
140 return sortedBackingMap().firstKey();
H A DTreeBasedTable.java224 @Override public C firstKey() { method in class:TreeBasedTable.TreeRow
229 return backingRowMap().firstKey();
H A DImmutableSortedMap.java624 public K firstKey() { method in class:ImmutableSortedMap
H A DAbstractMultimap.java966 return sortedMap().firstKey();
1314 public K firstKey() { method in class:AbstractMultimap.SortedAsMap
1315 return sortedMap().firstKey();
H A DMaps.java1261 @Override public K firstKey() { method in class:Maps.TransformedEntriesSortedMap
1262 return fromMap().firstKey();
1720 @Override public K firstKey() { method in class:Maps.FilteredEntrySortedMap
H A DSynchronized.java1065 @Override public K firstKey() { method in class:Synchronized.SynchronizedSortedMap
1067 return delegate().firstKey();
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DPackedSwitchDataPseudoInstruction.java42 private int firstKey; field in class:PackedSwitchDataPseudoInstruction
50 public PackedSwitchDataPseudoInstruction(int firstKey, int[] targets) { argument
58 this.firstKey = firstKey;
75 this.firstKey = NumberUtils.decodeInt(buffer, bufferIndex + 4);
89 out.writeInt(firstKey);
114 return firstKey;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DRefSortedMap.java115 bsearch(SubMap.this.firstKey()) - 1 :
154 int firstIdx = bsearch(SubMap.this.firstKey());
170 public K firstKey() { method in class:RefSortedMap.SubMap
172 K res = RefSortedMap.this.firstKey();
271 return tailMap(firstKey()).entrySet();
274 public K firstKey() { method in class:RefSortedMap
283 return tailMap(firstKey()).keySet();
299 return tailMap(firstKey()).values();
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableSortedMap.java248 public K firstKey() { method in class:ImmutableSortedMap
249 return sortedDelegate.firstKey();
H A DMaps.java1232 @Override public K firstKey() { method in class:Maps.TransformedEntriesSortedMap
1233 return fromMap().firstKey();
1691 @Override public K firstKey() { method in class:Maps.FilteredEntrySortedMap
H A DSynchronized.java1052 @Override public K firstKey() { method in class:Synchronized.SynchronizedSortedMap
1054 return delegate().firstKey();
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DSafeTreeMap.java123 @Override public K firstKey() { method in class:SafeTreeMap
124 return delegate.firstKey();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2039 milliseconds